From 2318870418b3d2c8c81d06227763794881c44489 Mon Sep 17 00:00:00 2001 From: Olivier Bouillet <62574056+freeboub@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:40:57 +0200 Subject: [PATCH] Update examples/basic/package.json Co-authored-by: Krzysztof Moch --- examples/basic/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index 871be04d76..514399b999 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -6,7 +6,7 @@ "android": "expo run:android", "ios": "expo run:ios", "windows": "react-native run-windows", - "start": "react-native start", + "start": "expo start", "test": "jest", "lint": "eslint .", "pod-install": "cd ios && pod install && cd ..",