Skip to content

ender503/tangleid-client

Repository files navigation

TangleID client

Prerequisites

Install the React Native CLI

$ npm install -g react-native-cli

Install the NPM package dependencies

$ npm install

If your are developing with Android, setup the Android Studio.

If your are developing with iOS, setup the Xcode.

Follow this link for more details.

Running App

Run on the Android device or emulator

$ react-native run-android

Run on the iOS Simulator

$ react-native run-ios

Run with development environment

  • Create new file named .env.development and specify API_ENDPOINT and ONESIGNAL_APP_ID

  • Run TangleID Client

# Android
$ ENVFILE=.env.development react-native run-android           # bash
$ SET ENVFILE='.env.development' && react-native run-android  # windows
$ env:ENVFILE=".env.development"; react-native run-android    # powershell

# iOS
$ ENVFILE=.env.development react-native run-ios           # bash
$ SET ENVFILE='.env.development' && react-native run-ios  # windows
$ env:ENVFILE=".env.development"; react-native run-ios    # powershell

About

TangleID React Native App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors