app always crashes on IOS when inputting to a TextInput the word 'near' (lowercase) #48206
Labels
Component: TextInput
Related to the TextInput component.
Needs: Triage 🔍
Newer Patch Available
Platform: iOS
iOS applications.
Description
app always crashes on IOS when inputting to a TextInput the word 'near', see attached Snack.
It will happen every time you type slow enough so that the autocomplete feature of IOS will mark some letters.
If you type really fast, before the autocomplete is able to mark anything - you will be able to 'get through' (not carsh).
To make it more bizzare - it crashes for any combination of lowercase/uppercase, as long as the last letter ('r') is lowercase.
If you do enter it with a capital 'R', even when the autocorrect changes it to lowercase 'r', it will 'get through' (not carsh).
But when you delete and input it again with lowercase 'r' - it will crash again.
Steps to reproduce
Here is a snack to reproduce:
Snack link
React Native Version
0.76.3
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://snack.expo.dev/uRdLAyV2e7gVfKBbGh4-x
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: