Megan Taylor

Results 21 comments of Megan Taylor

i am also experiencing this behavior, although in my case its more like https://github.com/react-navigation/react-navigation/issues/10037

So happy to come across this issue, as I've been assuming I was somehow doing something wrong in my uses of TextInput while trying to debug this problem in my...

@hezi yes, we have been able to repro with "normal" typing on actual devices.

update: this seems to be working pretty well on android, but still getting a brief flash of the solid bg color on iOS. continuing to dig into it.

final solution handles both ios and android: patch with transition changes mentioned above, plus modified backdrop props: ``` backdropColor={color.baseOpacity20} backdropOpacity={1} ``` instead of ``` backdropColor={color.base} backdropOpacity={0.2} ```

also running into this issue :(

also running into this issue, seems related to https://github.com/filestack/filestack-js/issues/495