rezq2009

Results 6 comments of rezq2009

@jxxnnee actually play in background is working well you only need to configure your app to continue playing audio when it goes into the background via Xcode https://developer.apple.com/documentation/avfoundation/media_playback_and_selection/creating_a_basic_video_player_ios_and_tvos/enabling_background_audio !! Note...

node_modules/react-native-incall-manager/android/src/main/java/com/zxcpoiu/incallmanager/AppRTC/AppRTCBluetoothManager.java:224: error: cannot find symbol String p = Build.VERSION.SDK_INT >= Build.VERSION_CODES.S ? android.Manifest.permission.BLUETOOTH_CONNECT : android.Manifest.permission.BLUETOOTH; ^ symbol: variable S location: class VERSION_CODES ------------------------------------------------------------------------ node_modules/react-native-incall-manager/android/src/main/java/com/zxcpoiu/incallmanager/AppRTC/AppRTCBluetoothManager.java:224: error: cannot find symbol String p...

Fixed By Change : compileSdkVersion => 31 buildToolsVersion => 31.0.0 targetSdkVersion => 31

Is there any solution to this problem without an upgrade compileSdkVersion ?? compileSdkVersion 30

Same issue, happened on Android 11 (SDK 30) Android 12 (SDK 31) Android 10 (SDK 29) Android 9 (SDK 28) ``` com.facebook.react.common.JavascriptException Exception com.facebook.react.common.JavascriptException: at com.facebook.react.modules.core.ExceptionsManagerModule.reportException (ExceptionsManagerModule.java:72) at java.lang.reflect.Method.invoke at...

hi @n-kulic The dependencie that I use from your list is only react-native-permissions I don't think this is the package related problem.