添加React Native Map插件后,Live / Hot重新加载无法正常工作

时间:2016-09-20 07:39:34

标签: reactjs react-native

这些是我的依赖

"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"native-base": "^0.5.4",
"react": "15.3.1",
"react-native": "0.32.0",
"react-native-drawer": "^2.2.6",
"react-native-easy-grid": "^0.1.6",
"react-native-maps": "^0.8.0",
"react-timer-mixin": "^0.13.3",
"rn-viewpager": "^1.1.3",
"color":"0.11.3",
"underscore":"1.8.3",
"fbemitter":"2.0.2",
"react-native-button":"1.6.0"
}

在安装“react-native-maps”之前它工作正常:“^ 0.8.0”

任何想法...... react-native-maps“:”^ 0.8.0

1 个答案:

答案 0 :(得分:0)

我安装了 react-native-maps:^ 0.8.0 ,并且Hot Reloading工作正常。确保在开发设置中启用 JS开发模式