Make sure you're using react-native
version < 0.63
Make sure you are using version >= 0.2.0.
yarn add react-native-cotter
npm install react-native-cotter --save
Installing Dependencies for bare React Native project
yarn add react-native-device-info rn-secure-storage react-native-randombytes react-native-camera react-native-svg react-native-securerandom buffer react-native-inappbrowser-reborn react-native-sha256
npm install --save react-native-device-info rn-secure-storage react-native-randombytes react-native-camera react-native-svg react-native-securerandom buffer react-native-inappbrowser-reborn react-native-sha256
cd ios && pod install && cd ..
Add the following to your android/app/build.gradle
android {...defaultConfig {...missingDimensionStrategy 'react-native-camera', 'general'multiDexEnabled true}}
Using React Native >= 0.60
🎉You're done! Linking the package manually is not required anymore with Autolinking.
react-native linkcd ios && pod install && cd ..
Cotter's package doesn't need any manual installation. Cotter is dependent on several packages. Please refer to their docs for manual installation.