Kumail Baloch
Kumail Baloch
I ended up making some patches in package using [patch-package](https://www.npmjs.com/package/patch-package). Actually the issue lies in my case at Build.VERSION_CODES.TIRAMISU & Context.RECEIVER_NOT_EXPORTED line of code in package files AppRTCBluetoothManager.java & InCallManagerModule.java,...
You can add custom loader on video, use from 'react-native' as a loader or another you preferred. You can use onLoadStart() and onLoad() function props for start and stop ActivityIndicator...
Last version of react-native-svg is not stable. I downgraded to 14.1.0 `yarn add [email protected]` and `pod install` worked.
🐛 Task :react-native-vision-camera:compileDebugKotlin FAILED on React Native 0.74.X Android Platform
> @danieloprado the patch does not include the `FrameworkAPI` import, proper patch: > > ```diff > --- a/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt > +++ b/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/frameprocessors/VisionCameraProxy.kt > @@ -7,12 +7,14 @@ import com.facebook.jni.HybridData > import...
In my case it's occurring in iOS, Android working fine. And yeah removing zindex fixed issue.
@Daneyl did you fix this? i have same problem in v5.2.8.
@inaam1122 Yes but I used alternative solution. Actually clarifai provides own documentation for this. they provided the javascript code for api call instead using any library and get prediction in...
@rvera Did you find solution i'm facing same issue in android while ios working perfectly.
Have you found any solution @MayurRaval. I'm getting same error `null is not an object` while playing local file .playSoundFile() as well as on .stop() method.