From 2af5c9931f6f85f099dfa67c016fd111084f5e07 Mon Sep 17 00:00:00 2001 From: Will Smith Date: Fri, 5 Jul 2024 20:23:25 -0700 Subject: [PATCH 1/2] docs: fix typo in docs for prod command (no-minify becomes minify) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfc2c39..bf618ba 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ EXPO_UNSTABLE_ATLAS=true npx expo start ``` > [!TIP] -> Expo start runs in development mode by default. If you want to see a production bundle of your app, you can start the local dev server in production mode: `$ expo start --no-dev --no-minify`. +> Expo start runs in development mode by default. If you want to see a production bundle of your app, you can start the local dev server in production mode: `$ expo start --no-dev --minify`. ### Using `$ expo export` From d9baf9bdcc82a43d70ac18f5841131c31646c8df Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Mon, 15 Jul 2024 14:31:30 +0200 Subject: [PATCH 2/2] docs: remove typo in development --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf618ba..7020716 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ EXPO_UNSTABLE_ATLAS=true npx expo start ``` > [!TIP] -> Expo start runs in development mode by default. If you want to see a production bundle of your app, you can start the local dev server in production mode: `$ expo start --no-dev --minify`. +> Expo start runs in development mode by default. If you want to see a production bundle of your app, you can start the local dev server in production mode: `$ expo start --no-dev`. ### Using `$ expo export`