Replies: 1 comment
-
|
Ignite always incorporates the Expo dependencies. Bare just describes a workflow where you want to manage the native code after it is generated in the ios/android directories. You could look at something like this repo example, which has Expo entirely stripped out (the only feature that wasn't baked in was localization yet): https://github.com/frankcalise/ignite-vanilla-template But there is no CLI associated with that, as it's just an example |
Beta Was this translation helpful? Give feedback.
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 want to start a new project with React Native CLI without any Expo installation. When I choose the Bare option, it still installs Expo alongside React Native CLI.
Beta Was this translation helpful? Give feedback.
All reactions