From 4336a4105228f113120b825a77ba2e73acaf6ab5 Mon Sep 17 00:00:00 2001 From: BirmacherAkos <37296013+BirmacherAkos@users.noreply.github.com> Date: Fri, 28 Sep 2018 12:46:12 +0200 Subject: [PATCH] refactor: rename the step from Expo Detach to Expo Eject (#3) --- README.md | 2 +- step.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 344c37a..a51ac5f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [Beta] Expo Detach +# [Beta] Expo Eject Using the The Expo Development CLI to Creates Xcode and Android Studio projects for your app. diff --git a/step.yml b/step.yml index 3a8f258..a4846ad 100644 --- a/step.yml +++ b/step.yml @@ -1,4 +1,4 @@ -title: '[Beta] Expo Detach' +title: '[Beta] Expo Eject' summary: Creates Xcode and Android Studio projects for your app. Use this if you need to add custom native functionality. description: |- Using the The Expo Development CLI to create Xcode and Android Studio projects for your app. @@ -33,7 +33,7 @@ inputs: summary: Specify the Expo CLI verion to install. description: |- Specify the Expo CLI verion to install. - The Expo CLI detach your project and creates Xcode and Android Studio projects for your app. + The Expo CLI eject your project and creates Xcode and Android Studio projects for your app. [https://docs.expo.io/versions/latest/introduction/installation#local-development-tool-expo-cli](https://docs.expo.io/versions/latest/introduction/installation#local-development-tool-expo-cli)