Update the Connect React Native SDK
To update the Connect library in your React Native app, change the version in package.json and reinstall your dependencies. For available versions, see Release notes for mobile Connect SDKs.
- Install the library.
npm install react-native-acoustic-connect-beta@latestnpm install [email protected]- Reinstall CocoaPods dependencies for iOS.
cd ios && pod install-
For Android, trigger a Gradle sync in Android Studio.
-
Rebuild the app.
NoteAfter updating, run
npm ls react-native-nitro-modulesto confirm that the resolved version ofreact-native-nitro-modulesstill falls within the range declared inreact-native-acoustic-connect-beta'speerDependencies. A version mismatch can cause the SDK to fail at startup.
