Installation
1. Create an .npmrc
file in the root of your project with the following lines, replacing GITHUB_ACCESS_TOKEN
with the token provided to you by Passio. This grants you access to the SDK's private listing on the Github Package Registry.
2. Add the Passio SDK dependency to your package.json
and run npm install
or yarn
.
or
3. Ensure the native dependencies are linked to your app.
For iOS, run pod install.
For Android, auto-linking should handle setting up the Gradle dependency for your project.
If at any point you need help from the Passio team, please reach out to us at support@passiolife.com
Last updated