Skip to content

Is expo bare workflow the same as a bare project that is created by react-native-cli? #17689

Discussion options

You must be logged in to vote

Update: See Brent's comment below

I would say that bare workflow is when you have a bare React Native app (created by react-native-cli or in any other way) So

# create a bare RN app using react-native-cli
npx react-native init MyApp && cd MyApp

# add expo, afaik there's also a command `npx install-expo-modules`
yarn add expo

# now you still have a bare project, but you can use expo libraries now
npx expo install expo-media-library

or do the same using expo-cli:

expo init MyApp -t expo-template-bare-minimum && cd MyApp
npx expo install expo-media-library

Some says "expo bare workflow vs react native cli" while some says "when you eject from expo managed workflow, you can still have a …

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
5 replies
@mattchannn
Comment options

@barthap
Comment options

@barthap
Comment options

@brentvatne
Comment options

@mattchannn
Comment options

Answer selected by mattchannn
Comment options

You must be logged in to vote
3 replies
@mattchannn
Comment options

@Jscripter-pk
Comment options

@mattchannn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants