ReactNative
If you use React Native and do not depend on Expo, you can integrate our SDK into your apps by following the instructions in this section.
Please note: For Expo users, the process is slightly different. You'll need to begin by running Prebuild to generate the 'ios' and 'android' directories. It's crucial to note that once you've made modifications, running npx expo prebuild --clean
will result in the loss of your changes and you will need to repeat these steps.
Read on to install the SDK for React Native:
Last updated