Christian Orth

Results 4 comments of Christian Orth

Hello, really looking forward to the new version :) In the meantime: @takameyer can you give us any hint on how we can bypass the error for now? I've upgraded...

@takameyer thanks for the quick reply - unfortunately we're not using Expo. But it's good to know, maybe we'll convert. In case I'll find another way, I'll post it here....

@takameyer I'm using `"react-native-reanimated": "^2.4.1"`- before it was `"react-native-reanimated": "^1.13.2"`. However downgrading reanimated back to `"react-native-reanimated": "^1.13.2"` seems to have fixed the issue. I can confirm that the error is...

I had exactly the same error. After debugging it turned out that the statement **photoEditor.stickers = imageStickers** is causing the error (see image). ![iOS-Crash-PhotoEditor](https://user-images.githubusercontent.com/2480938/114786053-d0885300-9d7d-11eb-949e-bdf6d59e6c49.png) ### Fix: add the stickers to...