Checkboxes for iOS?

Please provide the following:

  1. SDK Version: 40
  2. Platforms(Android/iOS/web/all): ios

Since neither expo component or react-native support ios checkboxes, what is everyone using for ios checkboxes right now for your expo builds?

1 Like

You can build your own just using components & styling :grinning_face_with_smiling_eyes:

1 Like

Can you provide more info? Iā€™m a JS dev, I chose expo because I dont know RN or native iOS development

This is a pretty good example. It makes use of the react-native-elements package:

https://reactnativeelements.com/docs/checkbox

Thank you, so this package is iOS and EXPO compatible, and ill just need to implement it with a platform check to use only on iOS?

Yes. I would use it for both iOS and Android just for not repeating code or having duplicate basic elements ( like checkboxes )

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.