当前位置: 首页>后端>正文

react native - RN - Android 学习错误笔记(自用-随缘回复)

@TOC

unable to load script,make sure you're either running a Metro server(run 'react-native start') or that your bundle ....问题

重新启动项目就好了

调试和浮层会有冲突,在使用浮层时候关闭调试

一直加载不出来,最后失败

react native - RN - Android 学习错误笔记(自用-随缘回复),第1张

这种情况就看一下失败的原因,仔细分析一下

Android project not found. Are you sure this is a React Native project?

安卓工程未找到,你确定这是一个RN工程
重启,重启,重启

'react-native' 不是内部或外部命令,也不是可运行的程序 或批处理文件。

https://blog.csdn.net/niuba123456/article/details/81879747

error Failed to install the app. Make sure you have the Android development environment set up

一般都不是因为开发环境的问题,而是因为其他原因导致的问题

Invariant Violation:Applicaction 项目名 has not been registered.This is either due to a require() error during initialization or failure to call AppRegistry.registerCommponent.

重启 或者 是以为有几个地方的名称没有保持一致,可能还有一种情况:即便你确保一致了但还是出现相同的错误提示,这又是怎么搞得呢?这个时候你可以检查一下你的命令行。有可能你同时在运行一个以上的程序,像我。如果你的react-native在运行程序A而你打开了程序B,也会出现相同的问题。解决方法很简单,关掉命令行运行程序。ctrl+c,运行你想运行的程序。

yarn npm 卸载 删除 软件包 库

https://blog.csdn.net/cukw6666/article/details/107983942

加入新的组件-库-包等前先停掉项目,然后安装,安装完成就可以开启项目了

react-native-image-crop-picker库的unexpected element <queries> found in <manifest>.问题

是因为最新库包含的<queries>在低版本不存在,所有出现问题

https://www.jianshu.com/p/c4a15259475c

Yarn和npm的淘宝源设置

https://www.jianshu.com/p/1dae26594ce5


https://www.xamrdz.com/backend/3fp1995334.html

相关文章: