Open mausic opened 4 months ago
[!TIP] The issue is resolved if we Ignite the second RN app in the same monorepo.
Steps to reproduce:
Take the codebase from original issue or sample repo
cd apps
npx ignite-cli@latest new dummy-app
using the following options:
yarn install
cd pizza-app
npx pod-install
yarn ios
Success!
So, I'm assuming, the issue might be related to yarn packages management (and probably hoisting) and pods management.
I am not sure that this is the Ignite team responsibility, however, I would be thankful for any advise on resolving the issue without creating the second RN app.
yeah we have an open item for #1981 - I will discuss it with @trevor-coleman and @joshuayoes to see if we can't debug your repro example, thanks for setting that up
Yes, we're working on a mono repo guide / recipe. It will be released alongside v10.
cc: @frankcalise
Describe the bug
Hi! Cannot run Ignite RN app on iOS in
yarn
monorepo (yarn v1.22.22). Steps to reproduce:Start a monorepo with
npx create-turbo@latest
selectyarn
as a package managercd apps
Ignite RN project
npx ignite-cli@latest new pizza-app
with following options:cd pizza-app
yarn install
According to expo monorepo guidelines:
index.js
with the following content:import App from "./App";
registerRootComponent(App);
Ignite version
9.7.1
Additional info