v1.0.0-beta.10
·
4031 commits
to main
since this release
Bug fixes
- Skip Transitioner animation after swiped back (#1036) - @nihgwu
- Hide overflow on individual pages in tab view (#1271) - @satya164
- Changed View to Animated.View for TabBarBottom (#1360) - @zakster12
- Fix type of Easing function to match type in react-native module (d71ed75) - @Ashoat
- Pass tintColor to tabBarLabel within navigationOptions (31ee86a) - @lprhodes
- Don’t use
Init#keys for reset (#1320) - @dantman - Stop using Animated.spring for CardStack (#1500) - @nihgwu
- Tweak iOS animation easing, gesture tweaks (296becd) - @skevy
- Fix backAndroid warning (#1520) - @GregoryNative
New features
- Add headerBackTitleStyle screen option (#1083) - @koenpunt
- Accept style prop on Header component (ff99d6e) - @koenpunt
- Allow uriPrefix to be a regular expression (#1431) - @koenpunt
- Add testID to HeaderBackButton (#1397) - @stevoland
- Allow the routes outputted by DrawerView.Items to be overridden (#1039) - @dantman