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方法二:在package.json中可以添加依赖"dependencies": {"react": "^15.3.2","react-native": "^0.35.0","react-native-orientatio