
RN
星巡打杂工
工作狂
展开
-
Error: Activity class {} does not exist.Error while Launching activity
转自:https://blog.youkuaiyun.com/qq_30552993/article/details/74007090 版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.youkuaiyun.com/qq_30552993/article/details/74007090Error: Activity class {...Activity} does not ex...转载 2019-02-27 15:37:07 · 616 阅读 · 0 评论 -
react-native 最新版本爬坑经历(unable to load script from assets 和could not connect to development server.)
转载地址:https://blog.youkuaiyun.com/jasonzds/article/details/78747524新建项目react-native init TestApp1运行项目react-native run-android1不好意思,错误马上就到了错误1:unable to load script from assets ‘index.android b...原创 2019-02-28 17:02:16 · 575 阅读 · 0 评论 -
ReactNative环境搭配及软件安装
环境安装准备(以下安装的软件可选择到其他盘,不一定非得C盘,建议各软件安装的路径都不要出现中文):安装包:Node.js下载地址:https://nodejs.org/en/,点击DOWNLOADS,点击图中所示下载后直接安装,注意:安装路径可自选,但千万不要出现中文字符Python2.7下载地址:https://www.python.org/downloads/releas...转载 2019-03-01 17:26:22 · 541 阅读 · 0 评论 -
RN激光推送
https://www.jianshu.com/p/3885c96ba20f极光官方针对react native提供了jpush-react-native库。github:https://github.com/jpush/jpush-react-native本文主要记录集成过程,及对一些API进行介绍。集成jpush-react-native安装npm install jp...转载 2019-03-02 13:26:43 · 452 阅读 · 0 评论 -
react native Android启动页面、修改图标、修改名字、修复启动白屏
转自:https://blog.youkuaiyun.com/sinat_17775997/article/details/70347606给Android添加启动页实现启动页基本有三种思路:使用RN开源组件; 原生java编写; 模拟启动页,这种方法基本就是replace路由栈;http://www.jianshu.com/p/da658aceeb44我们之所以设置启动页,很大一部分原因...转载 2019-03-05 17:19:42 · 272 阅读 · 0 评论 -
清除缓存:react-native-http-cache
github:https://github.com/reactnativecn/react-native-http-cacheandroid:npm install react-native-http-cache --savereact-native link react-native-http-cacheAndroid 修改 HttpCacheModule.java 文件...转载 2019-03-12 17:49:19 · 767 阅读 · 1 评论