Present in both answers;Present only in the new answer;Present only in the old answer;
You have to remove the current react-native library and install the new one. Following set of commands will work - npm uninstall -g react-native-cli - npm uninstall -g react-native - npm install -g react-native - npm upgrade -g
You have to remove the current react-native library and install the new one. Following set of commands have worked for me 1. npm uninstall -g react-native-cli 2. npm uninstall -g react-native 3. npm install -g react-native 4. npm upgrade -g
Present in both answers;Present only in the new answer;Present only in the old answer;