Convert Expo managed workflow to bare React Native

942 Views Asked by At

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.

1

There are 1 best solutions below

0
munkledata On

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/