Lucas Roca

Results 4 comments of Lucas Roca

I've encountered the same problem. Looks like it only happens when using coverScreen={true}. Checking the code, react-native Modal is being used to wrap the content. So it might be related...

Hi @amit-kremer93, do you have any updates on this?

> Did you follow [this](https://dev.appsflyer.com/docs/initial-setup-2)?? > For now, you can use `onInstallConversionData` listener to handle direct deep link in iOS by checking if > `is_first_launch === false`. it's not the...

As a temporary workaround, I downgraded to 2.1.1 and patched with patch-package. Here are the changes I applied: ```typescript diff --git a/node_modules/react-native-blurhash/android/src/main/java/com/mrousavy/blurhash/BlurhashViewManager.kt b/node_modules/react-native-blurhash/android/src/main/java/com/mrousavy/blurhash/BlurhashViewManager.kt index 9224e9a..193540b 100644 --- a/node_modules/react-native-blurhash/android/src/main/java/com/mrousavy/blurhash/BlurhashViewManager.kt +++ b/node_modules/react-native-blurhash/android/src/main/java/com/mrousavy/blurhash/BlurhashViewManager.kt...