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 `one` and import the components from my ./app package My question is just how crazy am i?
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?