Expo-cli incorrectly thinks that my project is bare workflow

When I run “expo build:ios”, I get warning, “expo build:ios currently only supports managed workflow apps.”

My project does not use any native modules. Why does it not get detected as managed workflow? Do I need to config something?

Thanks,
Hemant

Hey @ht512512, so your project doesn’t have the android or ios directories? Also, can you let me know what version of the cli you are running?

Cheers,
Adam

Hi Adam,

No android or ios directories.
expo --version => 4.4.2
expo sdk used = 41

Thanks,
Hemant

do you have react-native-unimodules in your package.json?

Yes. That was the problem. Removed it and expo build warning is gone.
Thank you
Hemant