File tree Expand file tree Collapse file tree 6 files changed +1795
-61
lines changed Expand file tree Collapse file tree 6 files changed +1795
-61
lines changed Original file line number Diff line number Diff line change 52
52
" crashlytics"
53
53
],
54
54
"peerDependencies" : {
55
+ "expo" : " >=47.0.0" ,
55
56
"react" : " *" ,
56
57
"react-native" : " *"
57
58
},
58
59
"dependencies" : {
59
- "@expo/config-plugins" : " ^5.0.4" ,
60
60
"opencollective-postinstall" : " ^2.0.1" ,
61
61
"superstruct" : " ^0.6.2"
62
62
},
63
+ "devDependencies" : {
64
+ "expo" : " ^47.0.0"
65
+ },
66
+ "peerDependenciesMeta" : {
67
+ "expo" : {
68
+ "optional" : true
69
+ }
70
+ },
63
71
"publishConfig" : {
64
72
"access" : " public"
65
73
},
Original file line number Diff line number Diff line change 24
24
" auth"
25
25
],
26
26
"dependencies" : {
27
- "@expo/config-plugins" : " ^5.0.4" ,
28
27
"plist" : " ^3.0.5"
29
28
},
30
29
"peerDependencies" : {
31
- "@react-native-firebase/app" : " 17.4.2"
30
+ "@react-native-firebase/app" : " 17.4.2" ,
31
+ "expo" : " >=47.0.0"
32
+ },
33
+ "devDependencies" : {
34
+ "@types/plist" : " ^3.0.2" ,
35
+ "expo" : " ^47.0.0"
36
+ },
37
+ "peerDependenciesMeta" : {
38
+ "expo" : {
39
+ "optional" : true
40
+ }
32
41
},
33
42
"publishConfig" : {
34
43
"access" : " public"
35
- },
36
- "devDependencies" : {
37
- "@types/plist" : " ^3.0.2"
38
44
}
39
45
}
Original file line number Diff line number Diff line change 29
29
" crashlytics"
30
30
],
31
31
"peerDependencies" : {
32
- "@react-native-firebase/app" : " 17.4.2"
32
+ "@react-native-firebase/app" : " 17.4.2" ,
33
+ "expo" : " >=47.0.0"
33
34
},
34
35
"dependencies" : {
35
- "@expo/config-plugins" : " ^5.0.4" ,
36
36
"stacktrace-js" : " ^2.0.0"
37
37
},
38
+ "devDependencies" : {
39
+ "expo" : " ^47.0.0"
40
+ },
41
+ "peerDependenciesMeta" : {
42
+ "expo" : {
43
+ "optional" : true
44
+ }
45
+ },
38
46
"publishConfig" : {
39
47
"access" : " public"
40
48
}
Original file line number Diff line number Diff line change 24
24
" deep link" ,
25
25
" dynamic link"
26
26
],
27
- "dependencies" : {
28
- "@expo/config-plugins" : " ^5.0.4"
29
- },
30
27
"peerDependencies" : {
31
- "@react-native-firebase/app" : " 17.4.2"
28
+ "@react-native-firebase/app" : " 17.4.2" ,
29
+ "expo" : " >=47.0.0"
30
+ },
31
+ "devDependencies" : {
32
+ "expo" : " ^47.0.0"
33
+ },
34
+ "peerDependenciesMeta" : {
35
+ "expo" : {
36
+ "optional" : true
37
+ }
32
38
},
33
39
"publishConfig" : {
34
40
"access" : " public"
Original file line number Diff line number Diff line change 29
29
" performance monitoring"
30
30
],
31
31
"peerDependencies" : {
32
- "@react-native-firebase/app" : " 17.4.2"
32
+ "@react-native-firebase/app" : " 17.4.2" ,
33
+ "expo" : " >=47.0.0"
33
34
},
34
- "dependencies" : {
35
- "@expo/config-plugins" : " ^5.0.4"
35
+ "devDependencies" : {
36
+ "expo" : " ^47.0.0"
37
+ },
38
+ "peerDependenciesMeta" : {
39
+ "expo" : {
40
+ "optional" : true
41
+ }
36
42
},
37
43
"publishConfig" : {
38
44
"access" : " public"
You can’t perform that action at this time.
0 commit comments