expo eject - android only

Is there any way to eject android only. I have read the https://docs.expo.io/expokit/eject/ document but seems once we do expo eject it ejects both iOS and Android.

Hey @jiteshwadia, you can run expo eject --platform android to specify the ejection process to only run for Android. A good thing to remember when using CLIs is to try adding the --help flag to commands to get more information and see what options/flags are available to you!

Cheers,
Adam

2 Likes

Thanks Adam.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.