diff --git a/examples/expo-example/package.json b/examples/expo-example/package.json index 830548fc9c..afb2fc679a 100644 --- a/examples/expo-example/package.json +++ b/examples/expo-example/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@babel/preset-env": "^7.25.4", - "@expo/metro-runtime": "~4.0.0-preview.0", + "@expo/metro-runtime": "~4.0.0", "@gorhom/bottom-sheet": "^5.0.5", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/datetimepicker": "8.2.0", @@ -43,7 +43,7 @@ "@storybook/react-native-theming": "^8.4.3-alpha.0", "@storybook/react-webpack5": "^8.4.2", "@storybook/test": "^8.4.2", - "expo": "52.0.0-preview.21", + "expo": "~52.0.4", "history": "^5.3.0", "querystring": "^0.2.1", "react": "18.3.1", @@ -70,7 +70,7 @@ "babel-loader": "^9.1.3", "babel-plugin-react-docgen-typescript": "^1.5.1", "jest": "^29.7.0", - "jest-expo": "~52.0.0-preview.3", + "jest-expo": "~52.0.0", "metro-react-native-babel-preset": "^0.77.0", "typescript": "^5.3.3" } diff --git a/packages/react-native-ui/src/MobileAddonsPanel.tsx b/packages/react-native-ui/src/MobileAddonsPanel.tsx index 327d9fbba2..24c740313e 100644 --- a/packages/react-native-ui/src/MobileAddonsPanel.tsx +++ b/packages/react-native-ui/src/MobileAddonsPanel.tsx @@ -50,7 +50,7 @@ export const MobileAddonsPanel = forwardRef