Skip to content

authgear/authgear-demo-app-rn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

214 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authgear React Native Demo App

This app is for demonstrating the usage of functions supportted by @authgear/react-native SDK.

Initial setup

Environment Setup

Please read the environment setup guildlines by the official react-native team

See https://reactnative.dev/docs/environment-setup

Install dependencies

# In root of React Native demo app
npm ci

Start Metro server

# In root of React Native demo app
npm start

Build Android app

  1. By command line

    # In root of React Native demo app
    npm run  android
  2. By Android Studio

    i. Open the android folder using Android Studio

    ii. Select device to build the app on

    iii. Click the Run button (play button)

Build IOS App

  1. Install CocoaPods dependencies

    # In root of React Native demo app
    cd ios && pod install && cd ..

    NOTE: make sure you enabled XCode command line tools (XCode Preference -> Location -> Command Line Tools)

  2. Build by command line

    # In root of React Native demo app
    npm run ios
  3. Build by Xcode

    i. Configure Signing and Capabilities in XCode for signing the app

    ii. Click Build button in XCode (play button)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors