Skip to content

blueidhq/BlueIDAccessReactNativeSample

Repository files navigation

BlueID Access React Native Sample App

This is a sample app that demonstrate the basic usage of BlueID's Access React Native SDK

For more information check our documentation

Getting Started

Installation

Install NPM packages

npm install

Running the app on iOS

To be able to run the app on an iOS device, first you need make sure pod version should be > 1.16.x and then install the pods, to do so run below commands in /ios folder

  1. pod --version (if version is less than 1.16.x then update it)
  2. rm -rf Podfile.lock
  3. pod repo update
  4. pod install --repo-update

Once pods are installed run:

npm run start

Then on the terminal type "i" when prompted to run the app on your iOS device.

Important: To be able to run on a real device you'll need to select a developer team on XCode. To change the team open /ios/BlueIDAccessRNSample.xcworkspace with XCode and change it on the Signing & Capabilities tab.

Running the app on Android

To run the app on an Android device simply run the following command:

npm run start

Then on the terminal type "a" when prompted to run the app on your Android device.

About

Sample react native app using BlueID Access SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •