checkboxes render very slowly in ios
meenuOyo opened this issue · 2 comments
meenuOyo commented
checkboxes render very slowly in ios
alanshaw commented
Please open a PR with a fix 🙏
stevenschmatz commented
I think I found the issue.
You're importing the images incorrectly. You're importing them with import
and not require
, which is very slow.