Skip to content

Commit a75c20b

Browse files
authored
Update README.md
1 parent 8b8cd71 commit a75c20b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ node diff.js ./build/android/common.jsbundle ./build/android/main_app_all.jsbund
3232
node diff.js ./build/android/common.jsbundle ./build/android/sub_app_all.jsbundle ./build/android/sub_app.jsbundle
3333
```
3434

35-
#### To be done
36-
37-
Support Android
35+
#### 解读:
36+
1. [React Native 拆包实践1 - bundle server的启动过程](https://www.jianshu.com/p/d1d77c709053)
37+
2. [React Native 拆包实践2 - react-native start](https://www.jianshu.com/p/473dddd751c8)
38+
3. [React Native 拆包实践3 - react-native bundle](https://www.jianshu.com/p/359721b85f12)
39+
4. [React Native 拆包实践4 - createModuleIdFactory](https://www.jianshu.com/p/717f4cb7e682)
40+
5. [React Native 拆包实践5 - iOS 按需加载jsbundle](https://www.jianshu.com/p/832d7c01b101)
41+
6. [React Native 拆包实践6 - Android 启动流程](https://www.jianshu.com/p/89757051ffe5)
42+
7. [React Native 拆包实践7 - Android 按需加载jsbundle](https://www.jianshu.com/p/ce80c2924292)

0 commit comments

Comments
 (0)