nphivu414 / react-native-section-list-tab-bar

Build a react native section list with tab bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Context and goal

This app is made to show how we can create a React Native Section List With TabBar component

Preview

gif preview

Note: 12MB size GIF, might take some time to load

Main technologies used

Running the project

  • Clone this project
git clone < https://github.com/nphivu414/react-native-section-list-tab-bar.git >
  • Follow React Native Setup guide.

Install packages

yarn install

Android steps

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

iOS steps

  • 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

Try my React Native Food Delivery Template

preview preview preview

About

Build a react native section list with tab bar


Languages

Language:TypeScript 54.4%Language:Java 21.6%Language:Objective-C 16.7%Language:JavaScript 2.9%Language:Ruby 2.3%Language:Starlark 2.1%