Error installing Flipper in React Native

简介: Error installing Flipper in React Native

Today I am trying to install and build my first React Native app by seeing the official document.

React Native

But there is some error when pop install. just like this:

网络异常,图片无法展示
|

SOLUTION

pop install --verbose

and then:

pop install

If there are still some errors,you had better try more than once.

EXTRA

If you encounter some else problems:Error installing hermes-engine in React Native

REFERENCES

Error installing Flipper ,facebook/react-native issues #1321


相关文章
|
2天前
|
资源调度 前端开发 JavaScript
React的测试:使用Jest和React Testing Library进行深入探索
【4月更文挑战第25天】本文探讨了使用Jest和React Testing Library进行React测试的方法。Jest是Facebook推出的JavaScript测试框架,适合React测试,提供全面的API和功能。React Testing Library侧重于组件行为,提倡按用户交互方式测试。安装这两个工具后,可通过编写测试用例(如模拟点击事件)来验证组件功能。运行Jest可执行测试并显示结果。此外,还介绍了高级测试技巧和模拟功能,强调了它们对于确保组件正确性、提升开发效率的重要性。
|
4月前
|
资源调度 前端开发 网络虚拟化
React Native 运行项目 downloadxxx FAILED
React Native 运行项目 downloadxxx FAILED
|
前端开发 开发工具 git
Error installing hermes-engine in React Native
Error installing hermes-engine in React Native
677 0
|
资源调度 前端开发
React.PropTypes is deprecated since React 15.5.0, use the npm module prop-types instead react/no-de
React.PropTypes is deprecated since React 15.5.0, use the npm module prop-types instead react/no-de
147 0
react-native-storage文档介绍
react-native-storage文档介绍
144 0
|
JavaScript 前端开发 测试技术
使用 React Testing Library 的 15 个常见错误(上)
哈喽,大家好,我是海怪。 刚开始我在写项目的单测方案的时候,老板就让我能够写一些单测的规范。虽然表面上我非常自然地说:没问题,但是心里还是慌得不行:以前我自己写单测也没啥规范呀,直接开干就好了。 最近一直在看 Kent 的文章,刚好看到他写的这篇 《Common mistakes with React Testing Library》,里面列举了很多别人写单测时经常犯的一些错误 。正好可以作为单测规范的参考。所以,今天就把这篇文章也分享给大家~
使用 React Testing Library 的 15 个常见错误(上)
|
JavaScript 前端开发 测试技术
使用 React Testing Library 的 15 个常见错误(下)
哈喽,大家好,我是海怪。 刚开始我在写项目的单测方案的时候,老板就让我能够写一些单测的规范。虽然表面上我非常自然地说:没问题,但是心里还是慌得不行:以前我自己写单测也没啥规范呀,直接开干就好了。 最近一直在看 Kent 的文章,刚好看到他写的这篇 《Common mistakes with React Testing Library》,里面列举了很多别人写单测时经常犯的一些错误 。正好可以作为单测规范的参考。所以,今天就把这篇文章也分享给大家~
使用 React Testing Library 的 15 个常见错误(下)
|
资源调度 前端开发 Android开发
react-native init MyProject之后发生了什么
react-native init MyProject之后发生了什么
116 0
react-native init MyProject之后发生了什么
|
开发工具 Android开发
react-native run-android报错的原因,license问题
react-native run-android报错的原因,license问题
react-native run-android报错的原因,license问题