You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm rendering multiple images (3-4) horizontally picked from gallery using react-native-image-picker. And putting them to <Image /> using base64 string. But after picking third photo, UI is not responding correctly and lagging so much. My android device has 4GB ram.
This issue looks like a question that would be best asked on StackOverflow.
StackOverflow is amazing for Q&A: it has a reputation system, voting, the ability to mark a question as answered. Because of the reputation system it is likely the community will see and answer your question there. This also helps us use the GitHub bug tracker for bugs only.
Will close this as this is really a question that should be asked on StackOverflow.
Environment
react-native -v
: 0.46.4node -v
: v7.7.2npm -v
: 4.1.2Then, specify:
Target Platform: Android
Development Operating System: macOs
Build tools: Android SDK
Problem
I'm rendering multiple images (3-4) horizontally picked from gallery using
react-native-image-picker
. And putting them to<Image />
using base64 string. But after picking third photo, UI is not responding correctly and lagging so much. My android device has 4GB ram.How can I improve this?
Reproducible Demo
The text was updated successfully, but these errors were encountered: