tableflip/react-native-select-multiple

checkboxes render very slowly in ios

meenuOyo opened this issue · 2 comments

checkboxes render very slowly in ios

Please open a PR with a fix 🙏

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.