Simple example for React Native Bottom Navigation by using React Native Navigation v2 https://wix.github.io/react-native-navigation/v2/
Clone the project
git clone https://github.com/devahmad/ReactNativeBottomNavigation
Install node modules
npm install
Run on iOS
react-native run-ios
Run on Android
react-native run-android