File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
"ios" : " react-native run-ios" ,
5
5
"web" : " expo start --web" ,
6
6
"start" : " react-native start --projectRoot='.'" ,
7
- "test" : " jest"
7
+ "test" : " jest" ,
8
+ "expo" : " expo start"
8
9
},
9
10
"dependencies" : {
10
11
"@react-native-community/blur" : " ^3.4.1" ,
11
12
"@react-native-community/datetimepicker" : " ^2.2.2" ,
12
13
"@react-native-community/masked-view" : " ^0.1.6" ,
14
+ "@react-native-community/netinfo" : " ^4.6.0" ,
13
15
"@react-navigation/native" : " ^5.0.8" ,
14
16
"@react-navigation/stack" : " ^5.1.0" ,
15
17
"expo" : " ~36.0.0" ,
21
23
"react-native-reanimated" : " ~1.4.0" ,
22
24
"react-native-safe-area-context" : " ^0.7.3" ,
23
25
"react-native-screens" : " 2.0.0-alpha.12" ,
26
+ "react-native-ui-lib" : " snapshot" ,
24
27
"react-native-unimodules" : " ~0.7.0" ,
25
28
"react-native-web" : " ~0.11.7" ,
26
- "react-native-ui-lib" : " snapshot" ,
27
29
"unicorn-demo-app" : " snapshot"
28
30
},
29
31
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments