This is a functionality showcase of the TabLayout component for React Native.
Install NPM dependencies once:
npm i
Build and start the app on your emulator/device:
react-native run-android
You can switch between different examples via the drawer menu:
- SimpleTabLayout
- IconsOnTopTabLayout
- StatefulTabLayout
- ViewPagerTabLayout
- ScrollableTabLayout
- DynamicPropsTabLayout
- CenteredTabLayout
- CustomViewTabLayout
Have a device connected with developer mode turned on or a running emulator ready. Then run the integration test locally with:
npm run integration-test