From 85277109263014ee7be442e5b65c15a0495344ff Mon Sep 17 00:00:00 2001 From: Abykhodau Yury Date: Thu, 4 Apr 2024 22:05:32 +0300 Subject: [PATCH] Add start script to with-formik --- with-formik/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/with-formik/package.json b/with-formik/package.json index 21a2ceee..6a252399 100644 --- a/with-formik/package.json +++ b/with-formik/package.json @@ -10,5 +10,8 @@ }, "devDependencies": { "@babel/core": "^7.19.3" + }, + "scripts": { + "start": "expo start" } }