diff --git a/example/hands-on/patches/06-login-screen.patch b/example/hands-on/patches/06-login-screen.patch index 282dd95..01f50f4 100644 --- a/example/hands-on/patches/06-login-screen.patch +++ b/example/hands-on/patches/06-login-screen.patch @@ -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"