October 27, 2020
Step 1: Cloning the Repo to your computer
1. Git clone the repo
2. Open FarmilyFrontEnd > react_native-app, and drag MyApp on VSC
3. Create your own branch
Step 2: Android Studio
1. Open Android Studio, open an existing app: FarmilyFrontEnd > react_native_app > android
2. On terminal, npm run start
3. Run emulator. When its loaded, should be able to see the MyButton comp, with a sample button
Step 3: And now start working on the comps!