I'm using the Checkbox component from react-native-paper and this emoji is appearing instead of a checkbox
Baby emoji instead of checkbox screen
Import
import { Checkbox } from "react-native-paper";
Code
<Checkbox
status={isVisible?'checked':'unchecked'}
onPress={()=>{
setVisible(!isVisible);
}}
/>
Aucun commentaire:
Enregistrer un commentaire