Installation
Install Wolverine project
Setting up our react native open source project.
Prerequisites
We recommend installing Node and Watchman using Homebrew . Run the following commands in a Terminal after installing Homebrew.
Terminalbrew install node brew install watchman
Installation
1. Clone the repo
2. Install NPM packagesTerminalgit clone https://github.com/TRADLY-PLATFORM/Wolverine.gitnpm install
ios
In the `ios` directory
Install PodsTerminalgem install cocoapods npx pod-install ios npm run ios
Android Studio
You might need to do this to run it in Android Studio or on real device. For more information See this.
Terminaladb reverse tcp:8081 tcp:8081 npm run android
Usage
Here is some client/app specific things you might need to change. 3rd party integrations with Stripe, Firebase, Sentry need your own account Keys for it to work.
- TenantID of Tradly can be found from Tradly Dashboard ( Production tenantID/APIkey based on your purchase).
- You might be change these values which are given below
AppConstant.jsappSharePath: 'abc://', stripePublishKey: 'abc', dsnSentry: 'https://abc.ingest.sentry.io/5896058', firebaseChatPath: '/abc_dev/', tenantID:'abc',