An open source React Native Template. Built on top of Tradly Headless API
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This React Native template provides a full fledged event marketplace app. With a few smaller customisation on strings used in the app, it can be personalised for other marketplace types as well. Progressively we will be adding the mobile app configs that will help you to customise things from Tradly SuperAdmin
The below picture is how this react native app is done. There might be small features which may be missing but will be developed as per the Roadmap.
To get a local copy up and running follow these simple steps.
We recommend installing Node and Watchman using Homebrew. Run the following commands in a Terminal after installing Homebrew:
- Node
brew install node brew install watchman
- Clone the repo
git clone https://github.com/TRADLY-PLATFORM/Wolverine.git
- Install NPM packages
npm install
In the `ios` directory
* Install Pods: `gem install cocoapods`
* Install Pods: `pod install`
- You might need to do this to run it in Android Studio or on real device:
adb reverse tcp:8081 tcp:8081
- And for the sample server:
adb reverse tcp:3000 tcp:3000
- To run from command line try:
react-native 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.
- TenantID of Tradly can be found from Tradly Superadmin Dashboard(Sandbox or Production tenantID/APIkey based on your purchase)
- You might be change these values which are given below
// AppConstant.js
appSharePath: 'abc://',
stripePublishKey: 'abc',
dsnSentry: 'https://abc.ingest.sentry.io/5896058',
firebaseChatPath: '/abc_dev/',
tenantID:'abc',
See the open issues for a list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE
for more information.
- create an issue
- join our [community forum] for further discussion (https://community.tradly.app)
- Tradly Platform - hitradly@gmail.com
- Project Link: https://github.com/github_username/repo_name