Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 418 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 418 Bytes

bottom-tab-navigation

Bottom tab navigation with react-navigation v5.x

Getting started

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

Screenshot