https://github.com/atlj/secure-text-entry-flicker
secure-text-entry-flicker
https://github.com/atlj/secure-text-entry-flicker
Last synced: 3 months ago
JSON representation
secure-text-entry-flicker
- Host: GitHub
- URL: https://github.com/atlj/secure-text-entry-flicker
- Owner: atlj
- Created: 2024-07-09T14:56:04.000Z (11 months ago)
- Default Branch: new-arch
- Last Pushed: 2024-07-09T14:56:11.000Z (11 months ago)
- Last Synced: 2025-02-14T01:18:17.552Z (4 months ago)
- Language: Kotlin
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Secure Text Entry Flicker
This is a simple example of a React Native app that demonstrates a flicker when the secureTextEntry prop is toggled on.
The issue is reproducible on both new arch and the old arch. See the `new-arch` branch.
## Instructions:
1. Run the app on an iOS simulator or an iPhone.
2. Click on the text input
3. Enter some text and delete characters.
4. You will notice the text flickers when you delete a character then enter a new one.Note: If you are using simulator, hit `Cmd + K` to bring up the keyboard. Otherwise, it won't show up.