Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.28 KB

ReadMe.md

File metadata and controls

48 lines (34 loc) · 1.28 KB

React Native Development (Preferred : macOS)

Use Official Site for Environment Setup React Native

Setting Up the Project

Git Clone the repo

git clone https://github.com/trustlessCapital/tcap-mobile.git

Installing dependencies

Run the below command in the root directory

yarn 

You should use yarn instead of npm.

Android Setup

Visit the "android" folder inside the root directory and add local.properties file to it.

Run the command below in the root directory to start android development.

react-native run-android 

Make sure you have an Emulator running or a testing device is connected with usb debugging enabled.

Ios Setup

Visit "ios" folder present in the root directory and run the below command

pod install

After pods installation is completed, Run the below command in the root directory

react-native run-ios 

ZKSync Setup

ZKSync

License

GPL3