Use Official Site for Environment Setup React Native
Git Clone the repo
git clone https://github.com/trustlessCapital/tcap-mobile.git
Run the below command in the root directory
yarn
You should use yarn instead of npm.
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.
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