srivastavaanurag79 / react-native-paper-select

Dropdown using React Native Paper TextInput, Checkbox and Dialog

Home Page:https://anurag-srivastava.gitbook.io/react-native-paper-select/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sufyansalim opened this issue · comments

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); }} />

Ok will let you know when released

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.