mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 17:23:18 +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`