Skip to content

TRADLY-PLATFORM/Wolverine

Repository files navigation

Contributors Stargazers Issues


Logo

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

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

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. Snip20210920_20 Snip20210920_21

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

  1. Clone the repo
    git clone https://github.com/TRADLY-PLATFORM/Wolverine.git
  2. Install NPM packages
    npm install

iOS

In the `ios` directory
* Install Pods: `gem install cocoapods`
* Install Pods: `pod install`

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

About

Open source React Native Mobile App Kit to launch marketplace apps. The contents are served from Tradly Headless Solution. Signup for a sandbox and test your app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published