This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
/
npm-podspecs.json
118 lines (111 loc) · 3.12 KB
/
npm-podspecs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"React": {
"path": "node_modules/react-native"
},
"React-Core": {
"path": "node_modules/react-native",
"subspecs": ["DevSupport"]
},
"React-CoreModules": {
"path": "node_modules/react-native/React/CoreModules"
},
"React-RCTActionSheet": {
"path": "node_modules/react-native/Libraries/ActionSheetIOS"
},
"React-RCTAnimation": {
"path": "node_modules/react-native/Libraries/NativeAnimation"
},
"React-RCTImage": {
"path": "node_modules/react-native/Libraries/Image"
},
"React-RCTLinking": {
"path": "node_modules/react-native/Libraries/LinkingIOS"
},
"React-RCTText": {
"path": "node_modules/react-native/Libraries/Text"
},
"React-RCTNetwork": {
"path": "node_modules/react-native/Libraries/Network"
},
"React-RCTSettings": {
"path": "node_modules/react-native/Libraries/Settings"
},
"React-RCTBlob": {
"path": "node_modules/react-native/Libraries/Blob"
},
"React-RCTVibration": {
"path": "node_modules/react-native/Libraries/Vibration"
},
"FBLazyVector": {
"path": "node_modules/react-native/Libraries/FBLazyVector"
},
"FBReactNativeSpec": {
"path": "node_modules/react-native/Libraries/FBReactNativeSpec"
},
"RCTRequired": {
"path": "node_modules/react-native/Libraries/RCTRequired"
},
"RCTTypeSafety": {
"path": "node_modules/react-native/Libraries/TypeSafety"
},
"ReactCommon/turbomodule/core": {
"path": "node_modules/react-native/ReactCommon"
},
"ReactCommon/jscallinvoker": {
"path": "node_modules/react-native/ReactCommon"
},
"React-cxxreact": {
"path": "node_modules/react-native/ReactCommon/cxxreact"
},
"React-jsi": {
"path": "node_modules/react-native/ReactCommon/jsi"
},
"React-jsiexecutor": {
"path": "node_modules/react-native/ReactCommon/jsiexecutor"
},
"React-jsinspector": {
"path": "node_modules/react-native/ReactCommon/jsinspector"
},
"Yoga": {
"path": "node_modules/react-native/ReactCommon/yoga"
},
"Folly": {
"podspec": "node_modules/react-native/third-party-podspecs/Folly.podspec"
},
"DoubleConversion": {
"podspec": "node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
},
"glog": {
"podspec": "node_modules/react-native/third-party-podspecs/glog.podspec"
},
"SentryReactNative": {
"path": "node_modules/react-native-sentry"
},
"tipsi-stripe": {
"podspec": "node_modules/tipsi-stripe/tipsi-stripe.podspec"
},
"react-native-mapbox-gl": {
"path": "node_modules/@mapbox/react-native-mapbox-gl"
},
"RNSVG": {
"path": "node_modules/react-native-svg"
},
"react-native-cameraroll": {
"path": "node_modules/@react-native-community/cameraroll"
},
"react-native-netinfo": {
"path": "node_modules/@react-native-community/netinfo"
},
"react-native-geolocation": {
"path": "node_modules/@react-native-community/geolocation"
},
"react-native-navigator-ios": {
"path": "node_modules/react-native-navigator-ios"
},
"RNReanimated": {
"path": "node_modules/react-native-reanimated"
},
"RNCAsyncStorage": {
"path": "node_modules/@react-native-community/async-storage"
}
}