1

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.

AngelDev
  • 106
  • 1
  • 4

1 Answers1

2

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/

munkledata
  • 31
  • 2