Bottom tab navigation with react-navigation v5.x
Cloning the repository and installing dependencies using npm/yarn
git clone
cd BottomTab
npm install
start server:
react-native start
install on android/ios:
react-native run-android
react-native run-ios