Reto2
Reto2
This might also be related to this issue #1118.
Exists in react-native-bluetooth-state-manager 1.3.4, RN ^0.70.5.
Typescript still complaining: @ts-expect-error TS(2339): Property 'animate' does not exist on type 'never'. Hoping that this will somehow be implemented :)
`[email protected]` is working on Android 12.
> `[email protected]` is working on Android 12. `[email protected]` also works on Android 12. But at first this is what I encountered using the latest version: ``` Error: UID 10476 /...
I wonder why it will only fetch location data when there is an internet connection. They said GPS is completely independent of any WiFi or Cellular data connection. 🤔 Ooopsy......
@BogdanTaranenko Thank you. My build works now. Using: "react": "18.2.0", "react-native": "^0.69.4", "vision-camera-code-scanner": "^0.2.0" Android 11
This library works fine in RN 0.70.x, at least in android. But not able to try this in ios though. "react": "18.1.0", "react-native": "0.70.3", "react-native-reanimated": "^2.10.0", "react-native-vision-camera": "^2.15.0", "vision-camera-code-scanner": "^0.2.0"
I used upgrade helper too, from RN ^0.60 to 0.70.x.
Try updating the `Dockerfile` on line 1 to `FROM ubuntu:18.04`, works for me.