expo-template-default 51.0.22 → 51.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -40,7 +40,7 @@ This command will move the starter code to the **app-example** directory and cre
40
40
  To learn more about developing your project with Expo, look at the following resources:
41
41
 
42
42
  - [Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with our [guides](https://docs.expo.dev/guides).
43
- - [Learn Expo tutorial](https://docs.expo.dev/learn): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
43
+ - [Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
44
44
 
45
45
  ## Join the community
46
46
 
package/app/_layout.tsx CHANGED
@@ -3,6 +3,7 @@ import { useFonts } from 'expo-font';
3
3
  import { Stack } from 'expo-router';
4
4
  import * as SplashScreen from 'expo-splash-screen';
5
5
  import { useEffect } from 'react';
6
+ import 'react-native-reanimated';
6
7
 
7
8
  import { useColorScheme } from '@/hooks/useColorScheme';
8
9
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "expo-template-default",
3
3
  "main": "expo-router/entry",
4
- "version": "51.0.22",
4
+ "version": "51.0.24",
5
5
  "scripts": {
6
6
  "start": "expo start",
7
7
  "reset-project": "./scripts/reset-project.js",
@@ -17,11 +17,11 @@
17
17
  "dependencies": {
18
18
  "@expo/vector-icons": "^14.0.0",
19
19
  "@react-navigation/native": "^6.0.2",
20
- "expo": "~51.0.0",
20
+ "expo": "~51.0.1",
21
21
  "expo-constants": "~16.0.1",
22
22
  "expo-font": "~12.0.4",
23
23
  "expo-linking": "~6.3.1",
24
- "expo-router": "~3.5.10",
24
+ "expo-router": "~3.5.11",
25
25
  "expo-splash-screen": "~0.27.4",
26
26
  "expo-status-bar": "~1.12.1",
27
27
  "expo-system-ui": "~3.0.4",