错误:捆绑失败:"无法解析模块`react-native / Libraries / Renderer / src / renderers / native / ReactNativePropRegistry

时间:2017-07-09 20:07:58

标签: react-native

在我的组件中添加导航和抽屉后,构建失败。使用

import { Drawer, View} from 'native-base'
import { Navigator } from 'react-native'

以下是我的依赖项。

"dependencies": {
        "native-base": "2.1.5",
        "react": "15.6.1",
        "react-native": "0.46.1",
        "react-navigation": "^1.0.0-beta.10"
      }

我已经尝试了响应体[红屏]中建议的所有步骤,但没有运气。

enter image description here

1 个答案:

答案 0 :(得分:0)

native-base@2.1.5react-native@0.46不兼容,只需升级到2.2.1即可解决此问题。

请参阅https://github.com/GeekyAnts/NativeBase/commit/3a4db18ee31c89c419b578dbad9ca306e9a56058,提交日志不明确。