To solve my issue I have run command with –force option.
npm install -i -g –force react-native-cli
This issue was raise due to configure old project with old react-native version. and then trying to run latest react-native ver with new Project.
To solve my issue I have run command with –force option.
npm install -i -g –force react-native-cli
This issue was raise due to configure old project with old react-native version. and then trying to run latest react-native ver with new Project.