adaptui / react-native-tailwind

Collection of components that are accessible, composable, customizable from low level to build your own UI & Design System
https://adaptui-rn-web.vercel.app/
MIT License
23 stars 1 forks source link

@react-stately/checkbox is not resolved error while using useTheme() #120

Closed crstnmac closed 1 year ago

crstnmac commented 1 year ago
  1. install adaptui in a fresh expo app. yarn add @adaptui/react-native-tailwind@1.0.0-alpha-9

  2. use the useTheme() hook in the app const tailwind = useTheme()

crstnmac commented 1 year ago

Temporary fix

yarn add @react-stately/checkbox