Rami Elwan

Results 43 comments of Rami Elwan

@ankitjpk use `@hurshore/react-native-htmlview`. it is a fork with the fix

I used patch package to trigger on onClick and comment out onPointerDown: ``` diff --git a/node_modules/@radix-ui/react-select/dist/index.mjs b/node_modules/@radix-ui/react-select/dist/index.mjs index 53fb4de..aaa1d08 100644 --- a/node_modules/@radix-ui/react-select/dist/index.mjs +++ b/node_modules/@radix-ui/react-select/dist/index.mjs @@ -194,23 +194,24 @@ const $cc7e05a45900e73f$export$3ac1e88a1c0b9f1...

> I can confirm this. Happening for me as well. I also saw this on other apps (Like Lieferando / Delivery.com), which exposed to me (what I was already guessing)...

I am actually confused too because I have an app that was on ``` react-native: 0.69.5 react-natie-screens: 3.15.0 ``` which was working fine with autofocus but when I updated to...

Thank you @kkafar for the investigation. If you think this is not a react-native-screens issues please let me know where is the correct place to do that if possible.

use `const StyledFlatList = styled(Flatlist)``;`

unfortunately that is all @Kudo

What do you mean by details in the "Hide N more frame"? The frames are already expanded. Do you know how to download the raw crash log in sentry? I...