voximplant / react-native-voximplant

Voximplant mobile SDK for React Native (iOS/Android)
http://voximplant.com
205 stars 39 forks source link

Incompatible with React Native 0.71+ #180

Closed ramijarrar closed 1 year ago

ramijarrar commented 1 year ago

After upgrading to the latest React Native version (0.71.6), this package is causing build failures on Android:

> Task :react-native-voximplant:processDebugAndroidTestManifest FAILED
/Users/jimyates/Desktop/local-work/avorra-mobile-poc/node_modules/react-native-voximplant/android/build/intermediates/tmp/manifest/androidTest/debug/tempFile1ProcessTestManifest9319655606547226927.xml:5:5-74 Error:
        uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [com.facebook.react:react-android:0.71.6] /Users/jimyates/.gradle/caches/transforms-3/80bcec10edf7b36a7acc4848e4b58fa9/transformed/jetified-react-android-0.71.6-debug/AndroidManifest.xml as the library might be using APIs not available in 16
        Suggestion: use a compatible library with a minSdk of at most 16,
                or increase this project's minSdk version to at least 21,
                or use tools:overrideLibrary="com.facebook.react" to force usage (may lead to runtime failures)
ramijarrar commented 1 year ago

This is fixed in v1.37.0.