thoughtbot / react-native-template

Template React Native project to be used with Cookiecutter
MIT License
61 stars 8 forks source link

Upgrade React Native to 0.43.3 #21

Closed jakecraige closed 7 years ago

jakecraige commented 7 years ago

Currently requires bump of react-navigation to at least 7edd9a79aab07a5da969be2d4e254f7524faad03 since it expects something that is not in RN anymore.

Other than that this is the standard changes generated by react-native-git-upgrade.

I don't love merging this on a non-versioned react-navigation but I'm not totally against it either since the yarn.lock will verify people are using the correct master version from git.

jakecraige commented 7 years ago

Seems like there should be an official release fairly soon, if it gets released I'll make sure to use it before merging this https://github.com/react-community/react-navigation/issues/906

jakecraige commented 7 years ago

Latest was released, so I updated and merged.