• This article is Marno original, reprint must retain source!
  • The public account [aMarno], after concern, reply RN to join the exchange group
  • React Nativewww.marno.cn

Note: This article is not updated, all updates are only published to github warehouse ↓↓↓

I. Warehouse address:react-native-open-project

1) There are two standards for included items: 1. It is compatible with dual platforms; 2. Compatible with RN0.4.0 and above. 2) Interested friends are welcome to maintain, submit PR to me, or join my RN group to exchange technology. 3) If you find any item [incompatible with dual platform] or [incompatible with RN0.4] when using it, you can submit the issue to me or say in the group.

React Native project startup mode

[NPM install] [react-native link] 【react-native run-Android 】ios needs to be replaced with run-ios. If you have any problems, please directly issue it to me on Github or leave a message to me. Attention! After link, Android will repeatedly generate objects in Application, so it will report an error, and you need to manually delete the repeated objects. This question has already been addressed in my other post on RN trampling. You can click and look for it.

Classification retrieval

Each category is being improved, please continue to pay attention. If there is any update, we will inform you on wechat public account [aMarno] immediately. Clicking on the link takes you to Github

The serial number Function module The last update Introduction to the link
0 Complete the App 2017.2.16 Use React Native development

An App with complete functions
00_README_FullApp
1 Comprehensive framework 2017.2.16 A comprehensive component library that assembles common components 01_README_BaseFrame
2 Scroll to view 2017.2.16 List, refresh, load, etc 02_README_ScrollView
3 multimedia 2017.2.16 Video playback, taking photos, recording and so on 03_README_Media
4 navigation 2017.2.16 Bottom TAB, page management, etc 04_README_Navi
5 storage 2017.2.16 Files, databases, key-value pair storage, etc 05_README_Stroage
6 Secondary resources 2017.2.16 ICONS, tools, etc 06_README_Utils
7 animation 2017.2.16 All kinds of animation 07_README_Animation
8 Pop-up prompts 2017.2.16 Weak prompt, confirmation box, drop – down menu, etc 08_README_PopUp
9 The picture 2017.2.16 Graphic image, filter, blur, modify 09_README_Image
10 The text 2017.2.16 Text, input box, search box 10_README_Text&Input
. . . . .
20 Don’t know how to classify 2017.2.16 All the other components that I don’t know how to classify are here 20_README_Others
21 I can’t dot this