Hi all,
Apologies if there's another issue about this kind of thing already, but I had a quick look and couldn't find anything.
I'm currently using this library in a project, but the React/React Native versions have fallen a bit behind. Currently on:
| Package |
Version |
Latest |
| react |
16.0.0-alpha.12 |
16.2.0 |
| react-native |
0.47.2 |
0.51 |
| react-native-navigation |
1.1.205 |
1.1.334 |
Obviously, the react-native-navigation update shouldn't be too complicated as only patches have been released, but my concern is with react and react-native themselves.
The docs suggest using react-native-git-upgrade, but as we have to fundamentally change source files (AppDelegate.m and MainActivity.java/MainApplication.java), I'm concerned this won't work, or worse, will break my project.
Will I be safe trying to use react-native-git-upgrade, or should I use the alternative method given in the docs?
This concern applies to using the CLI command react-native link as well, which I've stayed clear of recently, having to painstakingly try and work out how on earth XCode works. 😆
Hopefully, I'm not being overly paranoid about ruining my project, but I'm not big on the native side of things, so I'm just uncertain.
Thanks for any help. 😄
Hi all,
Apologies if there's another issue about this kind of thing already, but I had a quick look and couldn't find anything.
I'm currently using this library in a project, but the React/React Native versions have fallen a bit behind. Currently on:
Obviously, the
react-native-navigationupdate shouldn't be too complicated as only patches have been released, but my concern is withreactandreact-nativethemselves.The docs suggest using
react-native-git-upgrade, but as we have to fundamentally change source files (AppDelegate.mandMainActivity.java/MainApplication.java), I'm concerned this won't work, or worse, will break my project.Will I be safe trying to use
react-native-git-upgrade, or should I use the alternative method given in the docs?This concern applies to using the CLI command
react-native linkas well, which I've stayed clear of recently, having to painstakingly try and work out how on earth XCode works. 😆Hopefully, I'm not being overly paranoid about ruining my project, but I'm not big on the native side of things, so I'm just uncertain.
Thanks for any help. 😄