Special Offer: 25% off on all plans. Use code: "FREEDOM25".
* Only for new paid subscription
Installation
Setting up our react native open source project.
We recommend installing Node and Watchman using Homebrew . Run the following commands in a Terminal after installing Homebrew.
brew install node brew install watchman
1. Clone the repo
2. Install NPM packages
git clone https://github.com/TRADLY-PLATFORM/Wolverine.gitnpm install
In the `ios` directory
Install Pods
gem install cocoapods npx pod-install ios npm run ios
You might need to do this to run it in Android Studio or on real device. For more information See this.
adb reverse tcp:8081 tcp:8081 npm run android
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.
appSharePath: 'abc://',
stripePublishKey: 'abc',
dsnSentry: 'https://abc.ingest.sentry.io/5896058',
firebaseChatPath: '/abc_dev/',
tenantID:'abc',