TextInput text is undefined on blur in android #20771
Labels
Component: TextInput
Related to the TextInput component.
Platform: Android
Android applications.
Resolution: Locked
This issue was locked by the bot.
Environment
Environment:
OS: macOS High Sierra 10.13.6
Node: 10.3.0
Yarn: 1.9.2
npm: 6.1.0
Watchman: 4.9.0
Xcode: Xcode 9.4.1 Build version 9F2000
Android Studio: 3.1 AI-173.4720617
Packages: (wanted => installed)
react: ^16.4.1 => 16.4.1
react-native: 0.55.4 => 0.55.4
Description
I have an
onBlur
handler for a TextInput that should pass in the text via thenativeEvent
. However, the text is always undefined on android. It works on iOS.Reproducible Demo
https://snack.expo.io/By6uT3F87
The text was updated successfully, but these errors were encountered: