Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/songxiaoliang/reactnativeapp

react native 超级 App
https://github.com/songxiaoliang/reactnativeapp

android ios jsbundle react-native

Last synced: 2 days ago
JSON representation

react native 超级 App

Awesome Lists containing this project

README

        

##### 1. Native中集成ReactNative、实现Android与React Native3种交互方式
##### 2. 使用google-diff-match-patch生成补丁包,实现 React Native 热部署,增量热更新
##### 3. 封装ReactActivity,实现JsBundle预加载,界面秒开优化
##### 4.自定义ReactDegelate,实现Android现有布局添加RN视图

### Android Native App 集成React Native
#### 详情浏览:http://blog.csdn.net/u013718120/article/details/55050900
### React Native与Android通信
#### 详情浏览:http://blog.csdn.net/u013718120/article/details/55506238
### React Native 实现热部署、增量热更新
#### 详情浏览:http://blog.csdn.net/u013718120/article/details/55096393
### React Native(最新版本)实现JsBundle预加载,界面秒开优化
#### 详情浏览:http://blog.csdn.net/u013718120/article/details/71538263
### Android布局加载React Native视图交互
#### 详情浏览:http://blog.csdn.net/u013718120/article/details/73985790