/react-native-demo-app

This App shows a sample integration of the React Native Package

Primary LanguageJavaScript

alt text

Official Passbase React Native Demo App

This App shows an example integration of the Passbase React Native package integrated into an App. Before your try to run the App please sign up on our developer platform and use your own publishabe API key, which you can find in the API settings section.

Please follow our integration guide in our official developer documentation to install all dependencies first in a correct way.

Requirements

Ensure that you are using an up to date version for React Native. You will also need the latest Xcode with Swift 5.1 support and Cocoapods for dependencies. For Android please use Android Studio and ensure that you have Kotlin support.

Install the App & Run

  1. Follow our integration guide to correctly install the Passbase Package
  2. Add all iOS and Android specifics
  3. Exchange YOUR_OWN_PUBLISHABLE_API_KEY with your own API key in line 47 in App.js
  4. Build and run the App