Skip to content

Commit

Permalink
update hands-on patch(06-login-screen.patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
creature-water-valley committed Apr 27, 2023
1 parent c5cf64e commit 8ddbea2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions example/hands-on/patches/06-login-screen.patch
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
diff --git a/package.json b/package.json
index b643906..145ac87 100644
index 503ae4d..83a1ce1 100644
--- a/package.json
+++ b/package.json
@@ -29,6 +29,7 @@
"expo-build-properties": "~0.4.1",
"expo-splash-screen": "~0.17.5",
"expo-build-properties": "~0.6.0",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.2",
+ "formik": "^2.2.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.7",
@@ -37,7 +38,8 @@
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
- "react-native-web": "~0.18.7"
+ "react-native-web": "~0.18.7",
+ "yup": "^0.32.9"
Expand Down

0 comments on commit 8ddbea2

Please sign in to comment.