Replies: 1 comment 3 replies
-
there’s currently an open pr for this at #72. cc @marklawlor |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone use Solito with TailwindCSS?
I am currently trying to implement it, but I keep getting an import error.
I am using this package: https://www.npmjs.com/package/tailwindcss-react-native
I have added the package to the package.json within the packages folder.
This issue seems to be when I wrap the Next _app.tsx file with the TailwindCSS provider.
Is that correct or should I just be wrapping only the Expo App.tsx with the TailwindCSS provider?
Beta Was this translation helpful? Give feedback.
All reactions