File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 18
18
},
19
19
"dependencies" : {
20
20
"@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" ,
32
32
"react-native-web" : " ~0.19.6"
33
33
},
34
34
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ import { createStackNavigator } from '@react-navigation/stack'
3
3
import React from 'react'
4
4
import { AppRegistry , Platform } from 'react-native'
5
5
import 'react-native-gesture-handler'
6
- import Icon from '../components/icon'
7
- import Provider from '../components/provider'
6
+ import { Icon , Provider } from '../components'
8
7
import Theme from './components/Theme'
9
8
import RnIndex from './components/index'
10
9
import { OTHERS , UIBARS , UICONTROLS , UIVIEWS } from './demoList'
You can’t perform that action at this time.
0 commit comments