How do I Integrate a Passio SDK in EXPO?
Step 1:
if you are currently using yarn 1.22.0+
version, then follow the steps below:
add .npmrc
file at the root level of your project
OR
If you are currently using yarn 4+
version, then follow the steps below:
add .yarnrc
file at the root level of your project
Step 2:
Step 3:
IOS
please double-check that pod install was run in the ios directory and that all pods were installed correctly.
Android
Open app.json
and add minSdkVersion
in plugins -> expo-build-properties -> android
🚀 Happy coding ...
Reference
GITHUB: https://github.com/Passiolife/RN-Expo-Nutrition-Reference-App
Troubleshooting:
ERROR PassioSDK Error: TypeError: Cannot read property 'configure' of null
-> Make sure to run the project after completing the prebuild and pod install steps, or ensure that you're running the project from an Expo rebuild.
Last updated