Skip to content

Commit b79c5e2

Browse files
committed
chore: expo@52
1 parent eccd833 commit b79c5e2

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

example/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
},
1919
"dependencies": {
2020
"@ant-design/icons-react-native": "^2.3.2",
21-
"@expo/metro-runtime": "~3.2.3",
22-
"expo": "51",
23-
"expo-haptics": "^13.0.1",
24-
"expo-splash-screen": "~0.27.5",
25-
"expo-status-bar": "~1.12.1",
26-
"expo-updates": "~0.25.24",
27-
"react": "18.2.0",
28-
"react-dom": "18.2.0",
29-
"react-native": "0.73.2",
30-
"react-native-gesture-handler": "~2.16.1",
31-
"react-native-reanimated": "~3.10.1",
21+
"@expo/metro-runtime": "~4.0.1",
22+
"expo": "52",
23+
"expo-haptics": "~14.0.1",
24+
"expo-splash-screen": "~0.29.24",
25+
"expo-status-bar": "~2.0.1",
26+
"expo-updates": "~0.27.4",
27+
"react": "18.3.1",
28+
"react-dom": "18.3.1",
29+
"react-native": "0.76.9",
30+
"react-native-gesture-handler": "~2.20.2",
31+
"react-native-reanimated": "~3.16.1",
3232
"react-native-web": "~0.19.6"
3333
},
3434
"devDependencies": {

rn-kitchen-sink/App.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import { createStackNavigator } from '@react-navigation/stack'
33
import React from 'react'
44
import { AppRegistry, Platform } from 'react-native'
55
import 'react-native-gesture-handler'
6-
import Icon from '../components/icon'
7-
import Provider from '../components/provider'
6+
import { Icon, Provider } from '../components'
87
import Theme from './components/Theme'
98
import RnIndex from './components/index'
109
import { OTHERS, UIBARS, UICONTROLS, UIVIEWS } from './demoList'

0 commit comments

Comments
 (0)