Learn the design pattern here
# clone repository
$ git clone https://github.com/logustra/rena.git
# open folder rena
$ cd rena
# instal dependencies
$ yarn install
# build android with .env production and open emulator
$ yarn android:prod
# open folder ios
$ cd ios
# instal dependencies
$ pod install
# back to previous folder
$ cd ..
# build ios with .env production and open emulator
$ yarn ios:prod
# add dependency react-native-rename
$ yarn global add react-native-rename
# rename rena to myApp
$ react-native-rename myApp
A guide how to create a folder using create-cli
# create atom component and give it name loading
$ node create atom loading
# create new module and give it name home
$ node create module home
If you like my works, you can cheer me on here 😆
MIT License © 2020 Faizal Andyka