-
Notifications
You must be signed in to change notification settings - Fork 74
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
Really slow to render when not using concise #6
Comments
Yes, same for me. Rendering is really really slow. I had to remove the plugin. |
Sorry late for this. if you still on and have have time on this, try the latest version(@1.0.7) and add a props to the components. The props is asyncRender, and set it true on android. Let me knew that if this solution is valid.
|
@xiewang Thanks for the update! But i ended up using https://github.com/brendan-rius/react-native-emoji-keyboard/. It turned out to be super fast. But its only for iOS. I will use your library for android later this month and let you know. |
This is a great component, but on an iPhone 7, rendering this with
concise={false}
takes 5+ seconds. On most Android devices it's even longer (10 seconds). I assume this is because there is a bunch of processing going on with 1100+ emojis, but this lag basically makes this unusable for me.The text was updated successfully, but these errors were encountered: