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" } }