Skip to content

Commit a8a1ea9

Browse files
authored
feat: run demo app on expo (#812)
1 parent 6598d2e commit a8a1ea9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

expoDemo/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"ios": "react-native run-ios",
55
"web": "expo start --web",
66
"start": "react-native start --projectRoot='.'",
7-
"test": "jest"
7+
"test": "jest",
8+
"expo": "expo start"
89
},
910
"dependencies": {
1011
"@react-native-community/blur": "^3.4.1",
1112
"@react-native-community/datetimepicker": "^2.2.2",
1213
"@react-native-community/masked-view": "^0.1.6",
14+
"@react-native-community/netinfo": "^4.6.0",
1315
"@react-navigation/native": "^5.0.8",
1416
"@react-navigation/stack": "^5.1.0",
1517
"expo": "~36.0.0",
@@ -21,9 +23,9 @@
2123
"react-native-reanimated": "~1.4.0",
2224
"react-native-safe-area-context": "^0.7.3",
2325
"react-native-screens": "2.0.0-alpha.12",
26+
"react-native-ui-lib": "snapshot",
2427
"react-native-unimodules": "~0.7.0",
2528
"react-native-web": "~0.11.7",
26-
"react-native-ui-lib": "snapshot",
2729
"unicorn-demo-app": "snapshot"
2830
},
2931
"devDependencies": {

0 commit comments

Comments
 (0)