create-expo-stack 2.12.0 → 2.12.1

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.
@@ -32,7 +32,7 @@
32
32
  "nativewind": "latest",
33
33
  <%# This will already be installed if using expo-router (see below) %>
34
34
  <% if (props.navigationPackage?.name !== "expo-router") { %>
35
- "react-native-reanimated": "~3.10.1",
35
+ "react-native-reanimated": "3.16.2",
36
36
  <% } %>
37
37
  <%# This will already be installed if using navigation (see below) %>
38
38
  <% if (props.navigationPackage?.type !== "navigation") { %>
@@ -116,7 +116,7 @@
116
116
  <% if ((props.navigationPackage?.options.type === "drawer + tabs") && (props.navigationPackage?.name === "react-navigation")) { %>
117
117
  "@react-navigation/drawer": "^7.0.0",
118
118
  "@react-navigation/bottom-tabs": "^7.0.5",
119
- "react-native-reanimated": "~3.10.1",
119
+ "react-native-reanimated": "3.16.2",
120
120
  <% } else if (props.navigationPackage?.options.type === "drawer + tabs") { %>
121
121
  "@react-navigation/drawer": "^7.0.0",
122
122
  "@react-navigation/bottom-tabs": "^7.0.5",
@@ -130,7 +130,7 @@
130
130
  "expo-system-ui": "~3.0.4",
131
131
  "expo-web-browser": "~13.0.3",
132
132
  "react-dom": "18.3.1",
133
- "react-native-reanimated": "~3.10.1",
133
+ "react-native-reanimated": "3.16.2",
134
134
  "react-native-web": "~0.19.10",
135
135
  <% } %>
136
136
 
@@ -149,8 +149,8 @@
149
149
  "expo-localization": "~14.8.3",
150
150
  <% } %>
151
151
  <% if (props.flags?.eas || props.stylingPackage?.name === "nativewindui") { %>
152
- "expo-dev-client": "~4.0.14",
153
- "expo-dev-launcher": "^4.0.22",
152
+ "expo-dev-client": "~5.0.4",
153
+ "expo-dev-launcher": "^5.0.17",
154
154
  <% } %>
155
155
 
156
156
  "expo": "^52.0.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",