# React Native TBase

## Installation

1. Download package with npm or yarn

```
yarn add react-native-tbase
```

```
npm explore react-native-tbase -- npm run config
```

2. Install pods

```
cd ios && pod install
```

3. Rebuild the project

```
npx react-native run-android
npx react-native run-ios
```

## Support this package!

If you like this package and want to support it, you can give it <a href="https://github.com/MinhhTuann988/rn-tbase" target="_blank">a review</a> or a github star ⭐

Also, PR's are welcome!
