vendredi 28 avril 2023

How to fix this emoji appearing in place of a checkbox while using checkbox from react native paper?

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