We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have been getting crash reports when users have been selecting a TextInput. It doesn't happen all the time only occasionally.
I have been unable to reproduce with a small sample app.
The component where it seems to be happening the most is here. Which is
<TextInput autoCapitalize="none" autoCorrect={false} onChangeText={(text) => { searchFunc(text); }} placeholder="Search..." underlineColorAndroid="transparent" style={styles.searchTextInput} />
Here is a pastebin of one of the crash logs. https://pastebin.com/ZKacW4Gb I can provide more on request.
Unsure, my Java skills are rusty. :(
The text was updated successfully, but these errors were encountered:
Hey thanks for reporting this! Unfortunately without a repro it is unlikely we will be able to take a look at this.
Sorry, something went wrong.
No branches or pull requests
Description
We have been getting crash reports when users have been selecting a TextInput. It doesn't happen all the time only occasionally.
Reproduction Steps and Sample Code
I have been unable to reproduce with a small sample app.
The component where it seems to be happening the most is here. Which is
Here is a pastebin of one of the crash logs. https://pastebin.com/ZKacW4Gb I can provide more on request.
Solution
Unsure, my Java skills are rusty. :(
Additional Information
The text was updated successfully, but these errors were encountered: