Open Rkleib opened 4 years ago
if I put this inside ScrollView there's a warning and the alert when selecting the item is not working. all working fine when not using ScrollView
It was already answered - you need to add keyboardShouldPersistTaps="handled" to your ScrollView
Awesome thanks
if I put this inside ScrollView there's a warning and the alert when selecting the item is not working. all working fine when not using ScrollView