Ignite Expo managed/bare workflow #2447
-
Hi! If I start a fresh ignite app, the ios and android directories are already generated. Does that mean the default ignite app generated is a bare workflow? I read through this doc: It says:
This implied the out-of-the-box ignite app is a bare workflow, and that, before building the app, one would have to manually |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @saadazizgc - yes out-of-the-box you can either run via Expo Go (yarn expo:* commands) or via the bare workflow (yarn ios/android). If choosing to build via If so, you can look to this recipe on the Ignite Cookbook and just abandon the native directories. We'll be clearing this up in a future release |
Beta Was this translation helpful? Give feedback.
Hi @saadazizgc - yes out-of-the-box you can either run via Expo Go (yarn expo:* commands) or via the bare workflow (yarn ios/android). If choosing to build via
eas
, you may have to runprebuild
and make some config adjustments. Are you looking to just run via Expo?If so, you can look to this recipe on the Ignite Cookbook and just abandon the native directories. We'll be clearing this up in a future release