Anindya Mukherjee

Results 5 comments of Anindya Mukherjee

I've tried it this way for our usecase. `MyComponent.tsx` ``` const TheSimplestCameraComponent: React.FC = () => { const device = useCameraDevice('back'); const isFocused = useIsFocused(); const isForeground = useIsForeground(); const...

> hey @anindya2791 I've implemented your changes and it indeed builds and works as expected. Thanks for your work (cc @sandeep14) > > However, I have issues with uploading my...

We are using this in RN 0.72.7 with SDK

@satya164 are we planning to take this PR or are we planning some alternative? This exact crash is impacting a lot of Android 12 users of our app. We are...

> The `patch-package` suggested in that issue doesn't apply to the most recent version of React Native, because the Java code is now shipped as an `aar` in Maven Central....