Drew Muliou
Drew Muliou
> There's two options I recommend: > > 1. skip the `import {GOOGLE_MAPS_APIKEY} from @env` and switch to `process.env.GOOGLE_MAPS_APIKEY ` > > if that doesn't work: 2) rename `@env` as...
Same issue. But my version is "4.2.0"
@khlling this works, but the same time is not easy and comfortable to use. I Downgraded to "4.0.5" and use custom patch to transform, rotate and align canvas in skia...
``` diff --git a/node_modules/react-native-vision-camera/src/skia/useSkiaFrameProcessor.ts b/node_modules/react-native-vision-camera/src/skia/useSkiaFrameProcessor.ts index 30efc01..9468756 100644 --- a/node_modules/react-native-vision-camera/src/skia/useSkiaFrameProcessor.ts +++ b/node_modules/react-native-vision-camera/src/skia/useSkiaFrameProcessor.ts @@ -9,6 +9,7 @@ import type { SkCanvas, SkPaint, SkImage, SkSurface } from '@shopify/react-nativ import { SkiaProxy }...
@cipolleschi Not yet. But I'll try to test this on 0.78 and 0.79 this weekend.
0.78 - works only IOS  Android doesn't work  Patch file [react-native+0.78.1.patch](https://github.com/user-attachments/files/19482178/react-native%2B0.78.1.patch)
And thanks [janicduplessis](https://github.com/janicduplessis) for PR.
RN-0.79.0-rc.3 the same as 0.78. IOS - works, Android - none. Need improve Android implementation Patch file [react-native+0.79.0-rc.3.patch](https://github.com/user-attachments/files/19482558/react-native%2B0.79.0-rc.3.patch)
Any updates?
[react-native+0.79.2.patch](https://github.com/user-attachments/files/20224436/react-native%2B0.79.2.patch) This patch fixed problems on stable RN 0.79.2 @janicduplessis @cipolleschi FYI