Ronald Goedeke

Results 40 comments of Ronald Goedeke

Might be related to https://github.com/mrousavy/react-native-vision-camera/issues/1770

Had a similiar issue only on iOS when re-rendering the skia image from a base64 png it would cause a crash. Can also provide some logs if it helps.

@wcandillon Skia version: "@shopify/react-native-skia": "^1.11.4" RN version: "react-native": "0.76.6" ![Image](https://github.com/user-attachments/assets/445b02c6-acad-463f-b350-e3555c844845) ``` mobilizeV2(57863,0x16c2bf000) malloc: *** error for object 0xc: pointer being freed was not allocated mobilizeV2(57863,0x16c2bf000) malloc: *** set a breakpoint...

@wcandillon It should be as simple as just running the code without any worklets. To reproduce the error I just created a screen using expo router and just navigated to...

I'll make a new project repo to mimic the error which should make debugging easier.

Okay, i wasn't able to reproduce the issue in a new repo, so I went back to testing my initial one. And initially I though it was crashing even with...

I tried to narrow down the issue and make the sample as simple as possible. If one comments out the self.callback = callback the build will work again, or if...

If i have just a single callback so remove the onSimpleEvent then it works. ``` import type { HybridObject } from 'react-native-nitro-modules'; export interface MyCallback { // onSimpleEvent(message: string): void;...

Noticing the same issue on android when just adding/removing the format created from useCameraFormat, even with it set to max res. On the emulator it seems to be working correctly,...

I think the docs need to be updated to reflect these changes from this [update](https://github.com/mrousavy/react-native-vision-camera/pull/3077). For instance what i did here to center the text vertically when in portrait mode:...