Drew Muliou

Results 12 comments of 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...

@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 ![Image](https://github.com/user-attachments/assets/42730199-2440-4db3-a8d0-6fe5eae436b5) Android doesn't work ![Image](https://github.com/user-attachments/assets/e2f5cde0-cb9d-4269-b27c-e0263f2ce96c) 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)

[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