現在、React Native 0.42.0とReact 15.4.2を使用していますが、React Nativeの最新リリースである0.44.0にはバグ修正:Fix crash if native code tries to update the size of a modal view after JS has removed it
があります。私は最新バージョンを更新したいと思っていましたが、16.0.0-alpha.6のリアクションバージョンが必要です。他のnpmパッケージはReactのalpha版をサポートしておらず、15.x.x版が必要なため、問題があります。React-nativeおよび反応の依存関係の競合
この問題の適切な解決方法を教えてください。
package.jsonの私の関連する部分があります:
"dependencies": {
"axios": "^0.16.1",
"lodash": "^4.17.4",
"querystring": "^0.2.0",
"react": "16.0.0-alpha.6",
"react-addons-pure-render-mixin": "^15.4.2",
"react-native": "0.44.0",
"react-native-cookies": "^3.1.0",
"react-native-device-info": "^0.10.2",
"react-native-lazyload": "^1.1.0",
"react-native-router-flux": "^3.38.0",
"react-native-swiper": "^1.5.4",
"react-native-vector-icons": "^4.0.0",
"react-navigation": "^1.0.0-beta.7",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
},