Files
react-navigation/packages/native/CHANGELOG.md
Satyajit Sahoo c0fb54b5a2 chore: publish
- react-navigation-animated-switch@0.5.3
 - @react-navigation/core@3.7.0
 - react-navigation-drawer@2.4.3
 - react-navigation-material-bottom-tabs@2.2.3
 - @react-navigation/native@3.7.4
 - react-navigation@4.3.0
 - react-navigation-stack@2.3.0
 - react-navigation-tabs@2.8.3
2020-03-16 17:14:15 +01:00

1.7 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.7.4 (2020-03-16)

Note: Version bump only for package @react-navigation/native

3.7.3 (2020-02-24)

Note: Version bump only for package @react-navigation/native

3.7.0 (2020-02-24)

Bug Fixes

  • add dummy functions to throw on wrong version (bb4b217)
  • make sure index.js is common js (3175965)
  • prop validation in app container should include theme as valid (808e7ae)
  • remove dep on react-native-screens (04915cd)
  • remove incorrect prop validation instance method and fix actual function (220457d)
  • support platforms without BackHandler (#24) (54e87e5)