mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 22:51:57 +08:00
BREAKING CHANGES: - Animated nodes are not from `react-native-reanimated`, which means custom tab bars need to be updated - Changed behaviour: `activeTintColor` and `inactiveTintColor` also controls opacity now - Removed props: `animationsEnabled`, `optimizationsEnabled` - Dropped support for React < 16.3, which means the minimum supported React Native version is 0.56 New features: - Added prop: `lazyPlaceholderComponent`
Run the example
- View it with Expo
- Run the example locally
- Clone the repository and
cdto this directory - Run
yarnto install the dependencies - Run
yarn startto start the packager - Scan the QR Code with the Expo app
- Clone the repository and