If you just change it in package. json and run expo build:android / expo build:ios it will build javascript bundle using that react-native, but native code will be still from old react-native, which likely is not compatible. To change version of react-native you need to either: eject .
Read more