-
神坑react-native之adb命令无法连接设备(could not read ok from ADB Server * failed to start daemon)的原因和解决方案
今天在使用adb connect 127.0.0.1:62001 命令连接夜神模拟器的时候,一直连接不上,提示: adb[...]
-
神坑react-native之黄色警告Remote debugger is in a background tab which may cause apps to perform slowly. Fix this by foregrounding the tab (or opening it in a separate window).
在调试react native项目的时候打开 Debug JS Remotely 浏览器远程调试模式后,偶尔会出现黄色警[...]
-
神坑react native之react-native-swiper组件导入react-navigation中不显示文字图片等内容的解决方案
开发环境:react native:0.51 , react-native-swiper:1.5.6 , react-[...]
-
神坑react native之react-navigation组件TabNavigator模式底部图标tabBarIcon不显示的解决方案
在react native项目中使用了react-navigation组件的TabNavigator模式,制作tab切换[...]
-
神坑React Native之react-native-vector-icons组件报错While resolving module `react-native-vector-icons/MaterialIcons`, the Haste package `react-native-vector-icons` was found. However the module `MaterialIcons` could not be found within the package的解决方案
react native项目中使用了大名鼎鼎的图标组件 react-native-vector-icons组件,但是今天[...]
-
用webstorm写react native JSX代码,取消标签默认灰色背景的方法
webstorm的确是款神器。当我们用webstorm开发react native项目,在js文件中写JSX语法时,编辑[...]
-
神坑react native之unable to load script from assets ‘index.android bundle’ ,make sure your bundle is packaged correctly or youu’re runing a packager server
最近在react native项目中执行 react-native run-android 命令后,模拟器设备中报错:[...]
-
掰扯掰扯npm、cnpm和yarn
模块化当道的今天,做开发离不开npm安装各种依赖模块,但,又是众所周知的网络原因,npm命令在执行的时候并不是那么顺利,[...]
-
神坑react native之Unzipping C:\Users\***\.gradle\wrapper\dists\gradle-2.14.1-all\8bnwg5hd3w55iofp58khbp6yv\gradle-2.14.1-all.zip to ...
在react antive模拟器调试中,执行 ract-antive run-android 后报错: Unzippin[...]
-
神坑react native之打开SDK Manager.exe闪退无法打开的解决方法
做react native开发难免要鼓捣一下android sdk环境,android sdk manager下载解压后[...]