Marc Rousavy
Marc Rousavy
Hi @dsherida! Have you checked out [this stackoverflow question](https://stackoverflow.com/questions/62817164/idfa-ios14-returns-denied-without-displaying-auth-popup) yet? Maybe this setting is off on your device?
`gestureHandlerRootHoC` has a second argument for `style`, which is `{ flex: 1 }` per default. You want to manually override the flex with `{ flex: undefined }` and let the...
I've also managed to make `runOnJS` awaitable, but you cannot create worklets with async functions. So the following code: ```js const run = async () => { console.log('in run') const...
Oh maybe that `async` worklet kept crashing because Hermes doesn't support async/await yet? 🤔
@ivanzotov @martintreurnicht I hate to annoy you, but without this fix the package doesn't build - could you maybe merge that and release an update to npm? 🙏
I've investigated the issue further and noticed that this bug only appears when using the `ModalPresentationIOS` or `ScaleFromCenterAndroid` transition preset in the screenOptions of the `Navigator`. ```js
Uhm, whoops? Can you submit a PR that fixes this naming issue?
Hey! > I'm so excited to see and support the work from Margelo – you all make an incredible team Thanks man, we're really excited about this too. Way more...
Hey! Could you run `pod repo update && pod install` in the `ios/` directory and share the output with us? I'm not sure if the OpenSSL pod is correctly added...
> Installing OpenSSL-Universal (1.1.180) hmm, looks like everything's being installed correctly... 🤔 could you share a reproduceable example? maybe try upgrading to RN 0.68?