React-native Easy-app is an RN library for rapid development. A pure JS library (supporting IOS and Android) that provides basic services for React Native App development can provide strong support for developers’ development projects and greatly improve the efficiency of coding, especially at the initial stage of project construction, reducing developers’ workload by at least 30%.
As described in previous articles, I won’t go into details here, but with this open source library you can have the following advanced “actions” :
-
AsyncStorage can be accessed as if it were a memory object. React-native Easy app AsyncStorage
-
Only need dozens of lines of code to achieve a complete APP and server Http request interaction related articles: twenty minutes encapsulation, an APP front and back Http interaction implementation; React-native Easy app (1) Fetch
-
A line of configuration + the use of basic components can be achieved, UI automatic screen adaptation React-native Easy App Details and use (4) screen adaptation
Sample Sample_Mobx Sample_Redux is also provided for your reference
Here is a screenshot of the UI portion of the Sample_Redux sample program:
A detailed README documentation is also available in the open source library, as shown below: Welcome to use, thanks Star! Do you want to know more about it? Why don’t you click on the React-Native Easy-app link?