-
Notifications
You must be signed in to change notification settings - Fork 88
React Native version bump
Wiktor Sieprawski edited this page Oct 31, 2022
·
4 revisions
One usefull link when bumping version of react-native is https://react-native-community.github.io/upgrade-helper
A common problem after bumping react-native version is running into an error message similar to:
metro/src/Server.js:405 processRequest = (req, res, next) => {
.
The solution is to use proper version of nodejs, which should be done by linking location in .nvm directory with location that Android Studio searches for:
ln -s $(which node) /usr/local/bin/node