Open crutchcorn opened 3 years ago
Couldn't find version numbers for the following packages in the issue:
react-native-vector-icons
npm
expo
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
yarn
(found: 1.22.5
, latest: 1.22.10
)Can you verify that the issue still exists after upgrading to the latest versions of these packages?
Up, faced same issue. :)
Same issue here.
Same issue here, facing this after upgrading from React Native v0.62.2 to v0.63.0
Is that issue still valid? Wondering whether the reported bug is specific to the library or react-native
in general.
As of RN 0.67.2 and RNP 4.11.2, I ran into this problem when I had a TextInput inside a Modal (which was inside a Portal), testing on a Samsung Galaxy Tab. The solution of setting autoCorrect={false} on the TextInput worked for me.
this is a really weird bug and nothing has prepared me for this.
Current behaviour
When a
react-native
TextInput
is inside of aPortal
(even if as a descendant, say, inside nestedView
s inside of aModal
), when the user types, it will (inconsistently) duplicate the existing text in the input boxThere doesn't seem to be a correlation between how much the user types. In my app (a non-minimal repro that I won't link), it seems to be nearly every 2-3 characters, but the minimal repro that I WILL link happens significantly more infrequently
I have only confirmed this behavior on Android, have not tested on iOS.
Expected behaviour
Text inputs in
Portal
should not duplicate text incorrectlyCode sample
https://github.com/crutchcorn/rn-paper-portal-bug-repro
Screenshots (if applicable)
What have you tried
react-native
react-native-paper
Your Environment