Tradly Platform
An open source React Native Template. Built on top of Tradly Headless API
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
About The Project
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.

Built With
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
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
Installation
- Clone the repo
git clone https://github.com/TRADLY-PLATFORM/Wolverine.git - Install NPM packages
npm installiOS
In the
iosdirectory- Install Pods:
gem install cocoapods - Install Pods:
pod install
- Install Pods:
Android
- 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
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 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',
Roadmap
See the open issues for a list of proposed features (and known issues).
License
Distributed under the MIT License. See LICENSE for more information.
Have a question
- create an issue
- join our [community forum] for further discussion (https://community.tradly.app)
- Tradly Platform - [email protected]
- Project Link: https://github.com/github_username/repo_name