Skip to content
/ rena Public template

⚛️ Opinionated scalable react native boilerplate using metro

License

Notifications You must be signed in to change notification settings

logustra/rena

Repository files navigation


Design Pattern

Learn the design pattern here

Requirement

Quick Start

# clone repository
$ git clone https://github.com/logustra/rena.git

# open folder rena
$ cd rena

# instal dependencies
$ yarn install

Android

# build android with .env production and open emulator
$ yarn android:prod

IOS

# 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

How to Rename

# add dependency react-native-rename
$ yarn global add react-native-rename

# rename rena to myApp
$ react-native-rename myApp

How to Create Folder

A guide how to create a folder using create-cli

Component

# create atom component and give it name loading
$ node create atom loading

Module

# create new module and give it name home
$ node create module home

Cheer me on

If you like my works, you can cheer me on here 😆

    🇮🇩 Trakteer
    🌍 Ko-Fi

License

MIT License © 2020 Faizal Andyka