srivastavaanurag79 / react-native-paper-select

Dropdown using React Native Paper TextInput, Checkbox and Dialog
https://anurag-srivastava.gitbook.io/react-native-paper-select/
MIT License
48 stars 15 forks source link

Feature Needed: Support to be able to have Checkbox.android on ios #45

Closed sufyansalim closed 5 months ago

sufyansalim commented 8 months ago

It would be nice to have this feature to have react native paper Checkbox Android on iOs as iphone has this weird tick sign instead for a default checkbox .

<Checkbox.Android status={checked ? 'checked' : 'unchecked'} onPress={() => { setChecked(!checked); }} />

srivastavaanurag79 commented 8 months ago

Ok will let you know when released

srivastavaanurag79 commented 5 months ago

Sorry, in React Native Paper, the Checkbox.Android component is specifically designed for Android, and there is also a Checkbox.IOS component for iOS. If you use Checkbox.Android on an iOS device, it won't render as expected, and you may face compatibility issues.