|
@@ -56,6 +56,8 @@ PODS:
|
56
|
56
|
- React-cxxreact (= 0.60.5)
|
57
|
57
|
- React-jsi (= 0.60.5)
|
58
|
58
|
- React-jsinspector (0.60.5)
|
|
59
|
+ - react-native-safe-area-context (0.3.3):
|
|
60
|
+ - React
|
59
|
61
|
- React-RCTActionSheet (0.60.5):
|
60
|
62
|
- React-Core (= 0.60.5)
|
61
|
63
|
- React-RCTAnimation (0.60.5):
|
|
@@ -79,8 +81,6 @@ PODS:
|
79
|
81
|
- React-Core (= 0.60.5)
|
80
|
82
|
- React-RCTWebSocket (0.60.5):
|
81
|
83
|
- React-Core (= 0.60.5)
|
82
|
|
- - th3rdwave-safe-area-view (0.1.0):
|
83
|
|
- - React
|
84
|
84
|
- yoga (0.60.5.React)
|
85
|
85
|
|
86
|
86
|
DEPENDENCIES:
|
|
@@ -94,6 +94,7 @@ DEPENDENCIES:
|
94
|
94
|
- React-jsi (from `../../node_modules/react-native/ReactCommon/jsi`)
|
95
|
95
|
- React-jsiexecutor (from `../../node_modules/react-native/ReactCommon/jsiexecutor`)
|
96
|
96
|
- React-jsinspector (from `../../node_modules/react-native/ReactCommon/jsinspector`)
|
|
97
|
+ - react-native-safe-area-context (from `../../`)
|
97
|
98
|
- React-RCTActionSheet (from `../../node_modules/react-native/Libraries/ActionSheetIOS`)
|
98
|
99
|
- React-RCTAnimation (from `../../node_modules/react-native/Libraries/NativeAnimation`)
|
99
|
100
|
- React-RCTBlob (from `../../node_modules/react-native/Libraries/Blob`)
|
|
@@ -104,7 +105,6 @@ DEPENDENCIES:
|
104
|
105
|
- React-RCTText (from `../../node_modules/react-native/Libraries/Text`)
|
105
|
106
|
- React-RCTVibration (from `../../node_modules/react-native/Libraries/Vibration`)
|
106
|
107
|
- React-RCTWebSocket (from `../../node_modules/react-native/Libraries/WebSocket`)
|
107
|
|
- - th3rdwave-safe-area-view (from `../../`)
|
108
|
108
|
- yoga (from `../../node_modules/react-native/ReactCommon/yoga`)
|
109
|
109
|
|
110
|
110
|
SPEC REPOS:
|
|
@@ -132,6 +132,8 @@ EXTERNAL SOURCES:
|
132
|
132
|
:path: "../../node_modules/react-native/ReactCommon/jsiexecutor"
|
133
|
133
|
React-jsinspector:
|
134
|
134
|
:path: "../../node_modules/react-native/ReactCommon/jsinspector"
|
|
135
|
+ react-native-safe-area-context:
|
|
136
|
+ :path: "../../"
|
135
|
137
|
React-RCTActionSheet:
|
136
|
138
|
:path: "../../node_modules/react-native/Libraries/ActionSheetIOS"
|
137
|
139
|
React-RCTAnimation:
|
|
@@ -152,8 +154,6 @@ EXTERNAL SOURCES:
|
152
|
154
|
:path: "../../node_modules/react-native/Libraries/Vibration"
|
153
|
155
|
React-RCTWebSocket:
|
154
|
156
|
:path: "../../node_modules/react-native/Libraries/WebSocket"
|
155
|
|
- th3rdwave-safe-area-view:
|
156
|
|
- :path: "../../"
|
157
|
157
|
yoga:
|
158
|
158
|
:path: "../../node_modules/react-native/ReactCommon/yoga"
|
159
|
159
|
|
|
@@ -169,6 +169,7 @@ SPEC CHECKSUMS:
|
169
|
169
|
React-jsi: 4d8c9efb6312a9725b18d6fc818ffc103f60fec2
|
170
|
170
|
React-jsiexecutor: 90ad2f9db09513fc763bc757fdc3c4ff8bde2a30
|
171
|
171
|
React-jsinspector: e08662d1bf5b129a3d556eb9ea343a3f40353ae4
|
|
172
|
+ react-native-safe-area-context: 05fce11cf3a094304cb4cb8761a8f66f1bbaf0a0
|
172
|
173
|
React-RCTActionSheet: b0f1ea83f4bf75fb966eae9bfc47b78c8d3efd90
|
173
|
174
|
React-RCTAnimation: 359ba1b5690b1e87cc173558a78e82d35919333e
|
174
|
175
|
React-RCTBlob: 5e2b55f76e9a1c7ae52b826923502ddc3238df24
|
|
@@ -179,9 +180,8 @@ SPEC CHECKSUMS:
|
179
|
180
|
React-RCTText: b074d89033583d4f2eb5faf7ea2db3a13c7553a2
|
180
|
181
|
React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0
|
181
|
182
|
React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4
|
182
|
|
- th3rdwave-safe-area-view: bce8cc315b0c93628ccbf4746cae562d04395e70
|
183
|
183
|
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411
|
184
|
184
|
|
185
|
|
-PODFILE CHECKSUM: 175c785535da0f80766a91718b506091f0821b36
|
|
185
|
+PODFILE CHECKSUM: fa1f01625d28901a0250cd8fa231599b0798e3d1
|
186
|
186
|
|
187
|
187
|
COCOAPODS: 1.7.5
|