You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strong bot automatically closes the issues that has no reproducible example on snack. Is it even possible to create snack reproduction example with webview native library + bottom-sheet? I don't think so...
Here is the closed by bot issue with details: #2075
To be honest it was soo difficult to investigate and localise the issue. I tried to find documentation for reanimated v3 addWhitelistedUIProps function, but with no luck. Is that some deprecated API from reanimated used in fresh version of @gorhom/bottom-sheet?
There is no such issue on iOS, I got it on Android only.
Just removing the call of addWhitelistedUIProps fixes the issue with webview full reload. Thinking about creating patch with removal of this function call. But I'm not sure if is removal can cause some other issues instead.
@gorhom do you have a half of minute to look at this case please?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Strong bot automatically closes the issues that has no reproducible example on
snack
. Is it even possible to create snack reproduction example with webview native library + bottom-sheet? I don't think so...Here is the closed by bot issue with details:
#2075
Have prepared a repo with reproducible example:
https://github.com/zarv1k/WebviewPropsChangeReloadIssue
To be honest it was soo difficult to investigate and localise the issue. I tried to find documentation for reanimated v3 addWhitelistedUIProps function, but with no luck. Is that some deprecated API from reanimated used in fresh version of @gorhom/bottom-sheet?
There is no such issue on iOS, I got it on Android only.
Just removing the call of
addWhitelistedUIProps
fixes the issue with webview full reload. Thinking about creating patch with removal of this function call. But I'm not sure if is removal can cause some other issues instead.@gorhom do you have a half of minute to look at this case please?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions