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
Hey! Thanks for opening the issue. Can you provide a minimal repro which demonstrates the issue? Posting a snippet of your code in the issue is useful, but it's not usually straightforward to run. A repro will help us debug the issue faster. Please try to keep the repro as small as possible. The easiest way to provide a repro is on snack.expo.dev. If it's not possible to repro it on snack.expo.dev, then you can also provide the repro in a GitHub repository.
If I set secureTextEntry prop to true
when using TextInput(react-native-paper) to receive a password,
it appears strangely as follow images.
However, the Native Text Input below handles it normally.
(It's only weird on iOS. It works fine in aOS.)
Is it because I didn't apply it correctly?
Or is there an error in the component?
The text was updated successfully, but these errors were encountered: