Upgrade react-native and use a more permissive peer dependency requirement#74
Upgrade react-native and use a more permissive peer dependency requirement#74
Conversation
|
In the PR I’m doing for the app integration, the Podspec file is reading the react native version from package.json and needs a fixed version. Besides, it’s probably better to make upgrades explicit to avoid surprises |
|
I just realized this is in the Aztec component repo. Ignore me 😬 |
Agreed with this I think it's preferrable for us to have RN as a fixed version - even if we mostly use this project only within the context of gutenberg-mobile, I think it's better to make things explicit so it's easier to have in mind there was a change in version if we want to count that as a possible source of errors when tracking issues |
|
Forgot to mention: I did some smoke tests with writing and such on the demo app just to make sure things look good 👍 |
This PR updates
react-nativepeer dependency to0.57.5and react to16.6.1(peer dependency of react-native)I don't think it's useful to set fixed version here as it's best to be a bit flexible on what version of react native
gutenberg-mobilecan use with this lib.**Edit: ** let's be on the safe side and use fixed versioning here