-
-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property '__useParseTailwind' doesn't exist #5
Comments
Hi! Yes sorry this is still a work in progress. Can you please try version Unfortunately I don't have immediate access to an iOS simulator, so I won't be able to test it for a little bit. I'm currently just testing with I'm not sure if it helps but my test repo is https://github.com/marklawlor/solito-tailwind |
Sorry, not working in |
Cheers, just watch the repo for releases. I'll tag version 1.0.0 when its stable. Just curious - are you using Expo or vanilla react-native? |
I'm using vanilla react-native. I also tried it in react-native-web but had some other issues that I think are caused by the babel plugin trying to convert reactjs div elements. I've set a watch on the repo so I'll keep an eye on it :) |
@jmeistrich I fixed an issue that caused babel asynchronous builds to produce a similar error message. Can you please try |
Great, it works now! I tried it in |
Hey, I see this is very new, but I love the idea and I'm excited to use it in a new project.
I'm getting a
Property '__useParseTailwind' doesn't exist
error when adding it to a React Native app, in the iOS simulator.It happens both when using the babel plugin as
'tailwindcss-react-native/babel'
or['tailwindcss-react-native/babel', { platform: 'native' }]
The text was updated successfully, but these errors were encountered: