Skip to content
New issue

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

(Android) TextInput lag when there are a lot of messages #19464

Closed
3 tasks done
aspidvip opened this issue May 27, 2018 · 4 comments
Closed
3 tasks done

(Android) TextInput lag when there are a lot of messages #19464

aspidvip opened this issue May 27, 2018 · 4 comments
Labels
Component: TextInput Related to the TextInput component. Platform: Android Android applications. Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.

Comments

@aspidvip
Copy link

aspidvip commented May 27, 2018


name: 🐛 Bug Report
about: Something is not working as expected.


Environment

Environment:
OS: macOS High Sierra 10.13.4
Node: 6.11.1
Yarn: 0.27.5
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.1 Build version 9B55
Android Studio: 3.0 AI-171.4443003

Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.3 => 0.55.3

"react": "16.3.1",
"react-native": "0.55.3"

Steps to Reproduce

When user enter large text (50+ characters) and remove it then repeat process again 2 or more times.

2018-05-27 14_06_19

@react-native-bot
Copy link
Collaborator

It looks like your issue may be incomplete. Are all the fields required by the Issue Template filled out?

If you believe your issue contains all the relevant information, let us know in order to have a maintainer remove the No Template label.

@react-native-bot react-native-bot added 📋No Template Platform: Android Android applications. Component: TextInput Related to the TextInput component. labels May 27, 2018
@aspidvip
Copy link
Author

<TextInput 
onChangeText={(text) => this.setState({text})}
value={
this.setState({text: this.state.text})
}
/>

@react-native-bot
Copy link
Collaborator

If you are still encountering the issue described here, please open a new issue and make sure to fill out the Issue Template when doing so.

@react-native-bot react-native-bot added the Ran Commands One of our bots successfully processed a command. label May 30, 2018
@gnprice
Copy link
Contributor

gnprice commented Jun 27, 2018

For cross-reference: it looks like this is a report of #19126 .

@facebook facebook locked as resolved and limited conversation to collaborators May 30, 2019
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label May 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Component: TextInput Related to the TextInput component. Platform: Android Android applications. Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants