Replies: 2 comments
|
I think this should be the entire goal of a project like One: to have a monorepo that shares RN/Tamagui components and styling, yet can contain any number of RN or web apps within. Tamagui itself is capable of exporting for web, so I would expect One to be equally capable, while adding Vite on the RN/Expo side. I'd also like to hear an official statement on this @zetavg @natew. Perhaps also consider enabling discussions? Cheers! |
0 replies
|
This is the point of One, you can share 100% of code if you want so long as you have the right libraries that support it. Tamagui definitely make this a lot better. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have an existing classic react-native project (metro) in a monorepo
my existing project is in ./app
id like to create a new ./web package with
oneand import the components from my ./app packageMy question is just how crazy am i?
All reactions