This app is made to show how we can create a React Native Section List With TabBar component
Note: 12MB size GIF, might take some time to load
- Clone this project
git clone < https://github.com/nphivu414/react-native-section-list-tab-bar.git >
- Follow React Native Setup guide.
yarn install
- Launch a virtual android device (through Android Studio for instance)
If you have never installed any android virtual device, follow those instructions
- Then, run the project in executing on your project folder:
react-native run-android
- Firstly, you need to install pod
cd ios
pod install
- Then, run the project in executing on your project folder:
cd ..
react-native run-ios