解決方案: 方法一:react
npm install -save react@~15.3.1
方法二:在package.json中能夠添加依賴npm
"dependencies": { "react": "^15.3.2", "react-native": "^0.35.0", "react-native-orientation": "^1.17.0", "react-native-scrollable-tab-view": "^0.6.0", }