
This is my way to mockup and build/write react native applications.
Steps:
1) PLEASE THINK AGAIN AND AGAIN ON YOUR IDEA.
2) Make a basic mokup of your app. You can use MOCKUP PLUS PROTOTYPER or you can use JUST IN MIND PROTOTYPER
3)Go into your project folder and install the following libraries:
npm install redux@3.7.2 --save . It's a model layer for react
npm install react-redux@5.0.7 --save . It's a model layer for react
npm...