Hi! I've created expo app using latest expo-cli version and it's using React 19.1.0. After initialising gluestack-ui I'm trying to add Checkbox component using
npx gluestack-ui add checkbox and I get this error:
Could not resolve dependency:
npm error peer react@"^16.5.1 || ^17.0.0 || ^18.0.0" from lucide-react-native@0.510.0
Is there a way to fix it?