Integrating with Solito
See original GitHub issueDescribe the bug I’m trying to create an example repo with Solito and Nativewind. I previously did set up Nativewind with the Expo app and it’s working well. Today when I try to make it work with Solito I got the following error. It might be a dependency issue but couldn’t figure it out. Any idea how to solve it?
To Reproduce Reproducible example repo: https://github.com/enesozturk/solito-nativewind You can find the babel config and Tailwind config here.
Steps to reproduce the behavior:
- Fork the repo
- Install dependencies with
yarn
- Run
yarn native
- See error
Expected behavior Style the components with Nativewind.
Screenshots
See Image

Also, @nandorojo might have an idea for this. I would appreciate any help 🙌🏽
Issue Analytics
- State:
- Created a year ago
- Comments:14 (5 by maintainers)
Top Results From Across the Web
Solito – React Native and Next.js unified | Hacker News
Solito solves the navigation problem by offering a unified API across Web and Native. This lets you write your code one time with...
Read more >MotiLink - Solito
Solito provides a first-class Moti integration with the MotiLink component. It works just like the regular Link , plus all the great Moti ......
Read more >Using Solito with Prisma and tRPC · Discussion #148 - GitHub
I am fiddling around with the Solito + TailwindCSS starter monorepo. ... am going to integrate prisma with tRPC into my new Solito...
Read more >Fernando Rojo on Twitter: "Introducing solito: shared ...
Introducing solito: shared navigation code for React Native + Next.js. ... Navigation on Native ⚡️ Moti integration Starter monorepo ...
Read more >Using i18n for internationalization in a Solito Monorepo with a ...
Solito monorepos let you share components between NextJS and Expo, and the routing ... Laravel Third part integration with Odoo Database 14.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was unable to reproduce it, but I’m travelling and didn’t completely troubleshoot the issue.
I suspect it’s your cache with can be resolved by following the troubleshooting guide https://www.nativewind.dev/guides/troubleshooting
Ok thanks for the info I will give it a try