Ignite 9 Bare Workflow #2603
Replies: 1 comment
-
|
Never mind, I think I have misunderstanding about bare workflow you included in the latest ignite boilerplate that the expo team provided. Now I understand the concept after re-read expo docs, thank you. |
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 read from here, there's a sentence that says "Just run yarn ios / yarn android and it'll build using the React Native CLI.", Then I try to run it using "yarn android", but unexpectedly it's still built as Expo. So I go to package.json and saw "android" and "ios" script is apparently still using Expo CLI, then I tried to change it to use npx react-native. After I run it again, it's still built using Expo. So how to exactly run as a bare workflow?
Beta Was this translation helpful? Give feedback.
All reactions