AngelDev0329
AngelDev0329

Reputation: 306

Convert Expo managed workflow to bare React Native

I am going to convert current expo project from Expo managed workflow to bare React Native to use react-native-branch.

I run this command on terminal.

expo eject

I can run app on local environment, but debug and release apk is not working.

Upvotes: 4

Views: 2218

Answers (1)

munkledata
munkledata

Reputation: 79

Expo eject is deprecated. You can use "npx expo prebuild" to create android and ios folders, you'll want to read up more on it here: https://docs.expo.dev/workflow/prebuild/

Upvotes: 6

Related Questions