What package manager are you using / does the bug impact?
Yarn v1
What operating system are you using?
Mac
Describe the Bug
Hello guys,
I am having a hard time adding react-native to my turborepo starting template.
What I've done:
Created a new monorepo using npx create-turbo@latest
cd into apps and start a new react-native project called "mobile" (i.e. npx react-native init mobile)
It just throws an error that it is unable to find some packages. I see that some packages which should be in the mobile/node-modules directory are now at the root node_modules.
What am I doing wrong here? I cant seem to find a RN starter without expo.
Expected Behavior
I expect to be able to add a bare RN project to a turborepo managed monorepo
To Reproduce
Create a new turbo repo project - npx create-turbo@latest
Add a new empty RN project - cd ./apps && npx react-native init mobile
What version of Turborepo are you using?
latest
What package manager are you using / does the bug impact?
Yarn v1
What operating system are you using?
Mac
Describe the Bug
Hello guys,
I am having a hard time adding react-native to my turborepo starting template.
What I've done:
Created a new monorepo using npx create-turbo@latest cd into apps and start a new react-native project called "mobile" (i.e. npx react-native init mobile) It just throws an error that it is unable to find some packages. I see that some packages which should be in the mobile/node-modules directory are now at the root node_modules.
What am I doing wrong here? I cant seem to find a RN starter without expo.
Expected Behavior
I expect to be able to add a bare RN project to a turborepo managed monorepo
To Reproduce
npx create-turbo@latest
cd ./apps && npx react-native init mobile
Reproduction Repo
No response