This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
Releases: react-navigation/stack
Releases · react-navigation/stack
Release 1.9.4
Release 2.0.0-alpha.24
2.0.0-alpha.24 (2019-10-07)
Release 2.0.0-alpha.23
Release 2.0.0-alpha.22
2.0.0-alpha.22 (2019-10-06)
Bug Fixes
- add safe-area-context to peer deps (8d3e614)
Features
- add a more explicit headerShown option (0375864)
Release 2.0.0-alpha.21
2.0.0-alpha.21 (2019-10-06)
Bug Fixes
- fix header buttons not clickable on Android with headerTransparent (2d85010)
- support both function and react element to ease the migration (407e197)
- use next screen's animation when not focused (8f3c665)
Features
- switch to react-native-safe-area-context (d1dec73)
Release 2.0.0-alpha.20
2.0.0-alpha.20 (2019-10-05)
Bug Fixes
- don't recompute if routes didn't change (9aca080)
- evaluate position with untraversed gesture (92f74df)
- handle race conditions while ending transition (2eb5edb)
- keep the routes we are closing or replacing (49a6709)
- use gestureUntraversed and velocityUntraversed in nativeEvent (cff1c2d)