Skip to content

0.9.0

Compare
Choose a tag to compare
@bitrise-devs-bot bitrise-devs-bot released this 24 Sep 09:44
a8d1eb1

Basics

This step uses the expo-cli to create Xcode and Android Studio projects for your app.

Eject Method

  • If you use any Expo SDK you must to provide username and password for your Expo account.
    Because in this case, the expo-cli will use the expoKit eject method which needs an account.

  • If your project does not import any Expo SDK then you should not use the username/password option.
    Because in this case, the expo-cli will use the plain eject method.