https://github.com/songxiaoliang/reactnativeapp
react native 超级 App
https://github.com/songxiaoliang/reactnativeapp
android ios jsbundle react-native
Last synced: 8 months ago
JSON representation
react native 超级 App
- Host: GitHub
- URL: https://github.com/songxiaoliang/reactnativeapp
- Owner: songxiaoliang
- Created: 2017-02-14T02:56:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T01:34:29.000Z (over 3 years ago)
- Last Synced: 2025-03-28T17:10:01.496Z (about 1 year ago)
- Topics: android, ios, jsbundle, react-native
- Language: Java
- Homepage:
- Size: 16.2 MB
- Stars: 656
- Watchers: 16
- Forks: 174
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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