Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reactjs 对react-native firebase使用react-native firebase消息时出错?_Reactjs_Firebase_React Native - Fatal编程技术网

Reactjs 对react-native firebase使用react-native firebase消息时出错?

Reactjs 对react-native firebase使用react-native firebase消息时出错?,reactjs,firebase,react-native,Reactjs,Firebase,React Native,嗨,当我安装时,我无法用构建我的项目 我的包json是这样的 "dependencies": { "@react-native-firebase/app": "^6.0.2", "@react-native-firebase/auth": "^6.0.2", "@react-native-firebase/firestore": "^6.0.2", "@react-native-firebase/messaging": "^6.0.2", "bootstrap": "^4.3.1", "mom

嗨,当我安装时,我无法用构建我的项目

我的包json是这样的

"dependencies": {
"@react-native-firebase/app": "^6.0.2",
"@react-native-firebase/auth": "^6.0.2",
"@react-native-firebase/firestore": "^6.0.2",
"@react-native-firebase/messaging": "^6.0.2",
"bootstrap": "^4.3.1",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-bootstrap": "^1.0.0-beta.14",
"react-moment": "^0.9.6",
"react-native": "0.60.5",
"react-native-calendar": "^0.13.1",
"react-native-elements": "^1.1.0",
"react-native-gesture-handler": "^1.4.1",
"react-native-gridview": "^0.1.2",
"react-native-label-select-v2": "^1.0.0",
"react-native-raw-bottom-sheet": "^2.0.5",
"react-native-reanimated": "^1.1.0",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^4.0.5",
"react-navigation-stack": "^1.7.3",
"react-navigation-tabs": "^2.5.2"
  },
错误:


尝试删除
节点模块
文件夹并重新安装所有depencies@VilleKoo已尝试但不工作卸载节点_模块和pod文件后工作正常