Question Description
Upgrading React Native can be hard. What's your process? What tools do you use?
How can I get started?
- Create a project with an old version of React Native
react-native init --version 0.50.0
- Add a native package (such as
react-native-vector-icons
- Upgrade to a newer version of React Native (and native package if available)
Question Description
Upgrading React Native can be hard. What's your process? What tools do you use?
How can I get started?
react-native init --version 0.50.0react-native-vector-icons