npm WARN React-native@0.35.0 requires a peer of react@~15.3.1 but none was installed.
npm install -save react@~15.3.1
"dependencies": { "react": "^15.3.2", "react-native": "^0.35.0", "react-native-orientation": "^1.17.0", "react-native-scrollable-tab-view": "^0.6.0", }
react-native init的时候出现问题:npm WARN React-native@0.35.0 requires a peer of react@~15.3.1 but none was
原文:https://www.cnblogs.com/zhuyeshen/p/12155358.html