Installation
Installing Cotter's React Native SDK can be done using yarn or npm.
Make sure you're using react-native
version < 0.63
Install Cotter
Make sure you are using version >= 0.2.0.
Installing Dependencies for bare React Native project
For iOS CocoaPods
For Android
Add the following to your android/app/build.gradle
Using React Native >= 0.60
🎉You're done! Linking the package manually is not required anymore with Autolinking.
(Optional) Additional guides for installation
Last updated