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.
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.
- Follow our integration guide to correctly install the Passbase Package
- Add all iOS and Android specifics
- Exchange
YOUR_OWN_PUBLISHABLE_API_KEY
with your own API key in line 47 in App.js - Build and run the App