Gaëtan Renaudeau 4 lat temu
rodzic
commit
6ba201489b
No account linked to committer's email address
5 zmienionych plików z 367 dodań i 338 usunięć
  1. 11
    5
      example/ios/Podfile
  2. 273
    110
      example/ios/Podfile.lock
  3. 4
    1
      example/package.json
  4. 4
    3
      example/src/App.js
  5. 75
    219
      example/yarn.lock

+ 11
- 5
example/ios/Podfile Wyświetl plik

@@ -3,10 +3,14 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
3 3
 
4 4
 target 'ViewShotExample' do
5 5
   # Pods for ViewShotExample
6
+  pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
7
+  pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
8
+  pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
9
+  pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
6 10
   pod 'React', :path => '../node_modules/react-native/'
7
-  pod 'React-Core', :path => '../node_modules/react-native/React'
8
-  pod 'React-DevSupport', :path => '../node_modules/react-native/React'
9
-  pod 'React-fishhook', :path => '../node_modules/react-native/Libraries/fishhook'
11
+  pod 'React-Core', :path => '../node_modules/react-native/'
12
+  pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
13
+  pod 'React-Core/DevSupport', :path => '../node_modules/react-native/'
10 14
   pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
11 15
   pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
12 16
   pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
@@ -16,13 +20,15 @@ target 'ViewShotExample' do
16 20
   pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
17 21
   pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
18 22
   pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
19
-  pod 'React-RCTWebSocket', :path => '../node_modules/react-native/Libraries/WebSocket'
23
+  pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'
20 24
 
21 25
   pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
22 26
   pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
23 27
   pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
24 28
   pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
25
-  pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
29
+  pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
30
+  pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
31
+  pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
26 32
 
27 33
   pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
28 34
   pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'

+ 273
- 110
example/ios/Podfile.lock Wyświetl plik

@@ -1,6 +1,14 @@
1 1
 PODS:
2 2
   - boost-for-react-native (1.63.0)
3 3
   - DoubleConversion (1.1.6)
4
+  - FBLazyVector (0.61.5)
5
+  - FBReactNativeSpec (0.61.5):
6
+    - Folly (= 2018.10.22.00)
7
+    - RCTRequired (= 0.61.5)
8
+    - RCTTypeSafety (= 0.61.5)
9
+    - React-Core (= 0.61.5)
10
+    - React-jsi (= 0.61.5)
11
+    - ReactCommon/turbomodule/core (= 0.61.5)
4 12
   - Folly (2018.10.22.00):
5 13
     - boost-for-react-native
6 14
     - DoubleConversion
@@ -11,117 +19,255 @@ PODS:
11 19
     - DoubleConversion
12 20
     - glog
13 21
   - glog (0.3.5)
14
-  - React (0.60.4):
15
-    - React-Core (= 0.60.4)
16
-    - React-DevSupport (= 0.60.4)
17
-    - React-RCTActionSheet (= 0.60.4)
18
-    - React-RCTAnimation (= 0.60.4)
19
-    - React-RCTBlob (= 0.60.4)
20
-    - React-RCTImage (= 0.60.4)
21
-    - React-RCTLinking (= 0.60.4)
22
-    - React-RCTNetwork (= 0.60.4)
23
-    - React-RCTSettings (= 0.60.4)
24
-    - React-RCTText (= 0.60.4)
25
-    - React-RCTVibration (= 0.60.4)
26
-    - React-RCTWebSocket (= 0.60.4)
27
-  - React-Core (0.60.4):
22
+  - RCTRequired (0.61.5)
23
+  - RCTTypeSafety (0.61.5):
24
+    - FBLazyVector (= 0.61.5)
25
+    - Folly (= 2018.10.22.00)
26
+    - RCTRequired (= 0.61.5)
27
+    - React-Core (= 0.61.5)
28
+  - React (0.61.5):
29
+    - React-Core (= 0.61.5)
30
+    - React-Core/DevSupport (= 0.61.5)
31
+    - React-Core/RCTWebSocket (= 0.61.5)
32
+    - React-RCTActionSheet (= 0.61.5)
33
+    - React-RCTAnimation (= 0.61.5)
34
+    - React-RCTBlob (= 0.61.5)
35
+    - React-RCTImage (= 0.61.5)
36
+    - React-RCTLinking (= 0.61.5)
37
+    - React-RCTNetwork (= 0.61.5)
38
+    - React-RCTSettings (= 0.61.5)
39
+    - React-RCTText (= 0.61.5)
40
+    - React-RCTVibration (= 0.61.5)
41
+  - React-Core (0.61.5):
42
+    - Folly (= 2018.10.22.00)
43
+    - glog
44
+    - React-Core/Default (= 0.61.5)
45
+    - React-cxxreact (= 0.61.5)
46
+    - React-jsi (= 0.61.5)
47
+    - React-jsiexecutor (= 0.61.5)
48
+    - Yoga
49
+  - React-Core/CoreModulesHeaders (0.61.5):
50
+    - Folly (= 2018.10.22.00)
51
+    - glog
52
+    - React-Core/Default
53
+    - React-cxxreact (= 0.61.5)
54
+    - React-jsi (= 0.61.5)
55
+    - React-jsiexecutor (= 0.61.5)
56
+    - Yoga
57
+  - React-Core/Default (0.61.5):
58
+    - Folly (= 2018.10.22.00)
59
+    - glog
60
+    - React-cxxreact (= 0.61.5)
61
+    - React-jsi (= 0.61.5)
62
+    - React-jsiexecutor (= 0.61.5)
63
+    - Yoga
64
+  - React-Core/DevSupport (0.61.5):
65
+    - Folly (= 2018.10.22.00)
66
+    - glog
67
+    - React-Core/Default (= 0.61.5)
68
+    - React-Core/RCTWebSocket (= 0.61.5)
69
+    - React-cxxreact (= 0.61.5)
70
+    - React-jsi (= 0.61.5)
71
+    - React-jsiexecutor (= 0.61.5)
72
+    - React-jsinspector (= 0.61.5)
73
+    - Yoga
74
+  - React-Core/RCTActionSheetHeaders (0.61.5):
75
+    - Folly (= 2018.10.22.00)
76
+    - glog
77
+    - React-Core/Default
78
+    - React-cxxreact (= 0.61.5)
79
+    - React-jsi (= 0.61.5)
80
+    - React-jsiexecutor (= 0.61.5)
81
+    - Yoga
82
+  - React-Core/RCTAnimationHeaders (0.61.5):
83
+    - Folly (= 2018.10.22.00)
84
+    - glog
85
+    - React-Core/Default
86
+    - React-cxxreact (= 0.61.5)
87
+    - React-jsi (= 0.61.5)
88
+    - React-jsiexecutor (= 0.61.5)
89
+    - Yoga
90
+  - React-Core/RCTBlobHeaders (0.61.5):
91
+    - Folly (= 2018.10.22.00)
92
+    - glog
93
+    - React-Core/Default
94
+    - React-cxxreact (= 0.61.5)
95
+    - React-jsi (= 0.61.5)
96
+    - React-jsiexecutor (= 0.61.5)
97
+    - Yoga
98
+  - React-Core/RCTImageHeaders (0.61.5):
99
+    - Folly (= 2018.10.22.00)
100
+    - glog
101
+    - React-Core/Default
102
+    - React-cxxreact (= 0.61.5)
103
+    - React-jsi (= 0.61.5)
104
+    - React-jsiexecutor (= 0.61.5)
105
+    - Yoga
106
+  - React-Core/RCTLinkingHeaders (0.61.5):
107
+    - Folly (= 2018.10.22.00)
108
+    - glog
109
+    - React-Core/Default
110
+    - React-cxxreact (= 0.61.5)
111
+    - React-jsi (= 0.61.5)
112
+    - React-jsiexecutor (= 0.61.5)
113
+    - Yoga
114
+  - React-Core/RCTNetworkHeaders (0.61.5):
28 115
     - Folly (= 2018.10.22.00)
29
-    - React-cxxreact (= 0.60.4)
30
-    - React-jsiexecutor (= 0.60.4)
31
-    - yoga (= 0.60.4.React)
32
-  - React-cxxreact (0.60.4):
116
+    - glog
117
+    - React-Core/Default
118
+    - React-cxxreact (= 0.61.5)
119
+    - React-jsi (= 0.61.5)
120
+    - React-jsiexecutor (= 0.61.5)
121
+    - Yoga
122
+  - React-Core/RCTSettingsHeaders (0.61.5):
123
+    - Folly (= 2018.10.22.00)
124
+    - glog
125
+    - React-Core/Default
126
+    - React-cxxreact (= 0.61.5)
127
+    - React-jsi (= 0.61.5)
128
+    - React-jsiexecutor (= 0.61.5)
129
+    - Yoga
130
+  - React-Core/RCTTextHeaders (0.61.5):
131
+    - Folly (= 2018.10.22.00)
132
+    - glog
133
+    - React-Core/Default
134
+    - React-cxxreact (= 0.61.5)
135
+    - React-jsi (= 0.61.5)
136
+    - React-jsiexecutor (= 0.61.5)
137
+    - Yoga
138
+  - React-Core/RCTVibrationHeaders (0.61.5):
139
+    - Folly (= 2018.10.22.00)
140
+    - glog
141
+    - React-Core/Default
142
+    - React-cxxreact (= 0.61.5)
143
+    - React-jsi (= 0.61.5)
144
+    - React-jsiexecutor (= 0.61.5)
145
+    - Yoga
146
+  - React-Core/RCTWebSocket (0.61.5):
147
+    - Folly (= 2018.10.22.00)
148
+    - glog
149
+    - React-Core/Default (= 0.61.5)
150
+    - React-cxxreact (= 0.61.5)
151
+    - React-jsi (= 0.61.5)
152
+    - React-jsiexecutor (= 0.61.5)
153
+    - Yoga
154
+  - React-CoreModules (0.61.5):
155
+    - FBReactNativeSpec (= 0.61.5)
156
+    - Folly (= 2018.10.22.00)
157
+    - RCTTypeSafety (= 0.61.5)
158
+    - React-Core/CoreModulesHeaders (= 0.61.5)
159
+    - React-RCTImage (= 0.61.5)
160
+    - ReactCommon/turbomodule/core (= 0.61.5)
161
+  - React-cxxreact (0.61.5):
33 162
     - boost-for-react-native (= 1.63.0)
34 163
     - DoubleConversion
35 164
     - Folly (= 2018.10.22.00)
36 165
     - glog
37
-    - React-jsinspector (= 0.60.4)
38
-  - React-DevSupport (0.60.4):
39
-    - React-Core (= 0.60.4)
40
-    - React-RCTWebSocket (= 0.60.4)
41
-  - React-fishhook (0.60.4)
42
-  - React-jsi (0.60.4):
166
+    - React-jsinspector (= 0.61.5)
167
+  - React-jsi (0.61.5):
43 168
     - boost-for-react-native (= 1.63.0)
44 169
     - DoubleConversion
45 170
     - Folly (= 2018.10.22.00)
46 171
     - glog
47
-    - React-jsi/Default (= 0.60.4)
48
-  - React-jsi/Default (0.60.4):
172
+    - React-jsi/Default (= 0.61.5)
173
+  - React-jsi/Default (0.61.5):
49 174
     - boost-for-react-native (= 1.63.0)
50 175
     - DoubleConversion
51 176
     - Folly (= 2018.10.22.00)
52 177
     - glog
53
-  - React-jsiexecutor (0.60.4):
178
+  - React-jsiexecutor (0.61.5):
54 179
     - DoubleConversion
55 180
     - Folly (= 2018.10.22.00)
56 181
     - glog
57
-    - React-cxxreact (= 0.60.4)
58
-    - React-jsi (= 0.60.4)
59
-  - React-jsinspector (0.60.4)
60
-  - react-native-maps (0.25.0):
182
+    - React-cxxreact (= 0.61.5)
183
+    - React-jsi (= 0.61.5)
184
+  - React-jsinspector (0.61.5)
185
+  - react-native-maps (0.26.1):
61 186
     - React
62
-  - react-native-slider (2.0.0):
187
+  - react-native-safe-area-context (0.6.2):
63 188
     - React
64
-  - react-native-video (5.0.0):
189
+  - react-native-slider (2.0.8):
65 190
     - React
66
-    - react-native-video/Video (= 5.0.0)
67
-  - react-native-video/Video (5.0.0):
191
+  - react-native-video (5.0.2):
192
+    - React
193
+    - react-native-video/Video (= 5.0.2)
194
+  - react-native-video/Video (5.0.2):
68 195
     - React
69 196
   - react-native-view-shot (3.0.2):
70 197
     - React
71
-  - react-native-webview (6.9.0):
198
+  - react-native-webview (8.0.3):
72 199
     - React
73
-  - React-RCTActionSheet (0.60.4):
74
-    - React-Core (= 0.60.4)
75
-  - React-RCTAnimation (0.60.4):
76
-    - React-Core (= 0.60.4)
77
-  - React-RCTBlob (0.60.4):
78
-    - React-Core (= 0.60.4)
79
-    - React-RCTNetwork (= 0.60.4)
80
-    - React-RCTWebSocket (= 0.60.4)
81
-  - React-RCTImage (0.60.4):
82
-    - React-Core (= 0.60.4)
83
-    - React-RCTNetwork (= 0.60.4)
84
-  - React-RCTLinking (0.60.4):
85
-    - React-Core (= 0.60.4)
86
-  - React-RCTNetwork (0.60.4):
87
-    - React-Core (= 0.60.4)
88
-  - React-RCTSettings (0.60.4):
89
-    - React-Core (= 0.60.4)
90
-  - React-RCTText (0.60.4):
91
-    - React-Core (= 0.60.4)
92
-  - React-RCTVibration (0.60.4):
93
-    - React-Core (= 0.60.4)
94
-  - React-RCTWebSocket (0.60.4):
95
-    - React-Core (= 0.60.4)
96
-    - React-fishhook (= 0.60.4)
97
-  - ReactNativeART (1.0.1):
200
+  - React-RCTActionSheet (0.61.5):
201
+    - React-Core/RCTActionSheetHeaders (= 0.61.5)
202
+  - React-RCTAnimation (0.61.5):
203
+    - React-Core/RCTAnimationHeaders (= 0.61.5)
204
+  - React-RCTBlob (0.61.5):
205
+    - React-Core/RCTBlobHeaders (= 0.61.5)
206
+    - React-Core/RCTWebSocket (= 0.61.5)
207
+    - React-jsi (= 0.61.5)
208
+    - React-RCTNetwork (= 0.61.5)
209
+  - React-RCTImage (0.61.5):
210
+    - React-Core/RCTImageHeaders (= 0.61.5)
211
+    - React-RCTNetwork (= 0.61.5)
212
+  - React-RCTLinking (0.61.5):
213
+    - React-Core/RCTLinkingHeaders (= 0.61.5)
214
+  - React-RCTNetwork (0.61.5):
215
+    - React-Core/RCTNetworkHeaders (= 0.61.5)
216
+  - React-RCTSettings (0.61.5):
217
+    - React-Core/RCTSettingsHeaders (= 0.61.5)
218
+  - React-RCTText (0.61.5):
219
+    - React-Core/RCTTextHeaders (= 0.61.5)
220
+  - React-RCTVibration (0.61.5):
221
+    - React-Core/RCTVibrationHeaders (= 0.61.5)
222
+  - ReactCommon/jscallinvoker (0.61.5):
223
+    - DoubleConversion
224
+    - Folly (= 2018.10.22.00)
225
+    - glog
226
+    - React-cxxreact (= 0.61.5)
227
+  - ReactCommon/turbomodule/core (0.61.5):
228
+    - DoubleConversion
229
+    - Folly (= 2018.10.22.00)
230
+    - glog
231
+    - React-Core (= 0.61.5)
232
+    - React-cxxreact (= 0.61.5)
233
+    - React-jsi (= 0.61.5)
234
+    - ReactCommon/jscallinvoker (= 0.61.5)
235
+  - ReactNativeART (1.1.2):
98 236
     - React
99
-  - RNFS (2.14.1):
237
+  - RNCMaskedView (0.1.6):
100 238
     - React
101
-  - RNGestureHandler (1.3.0):
239
+  - RNFS (2.16.2):
240
+    - React
241
+  - RNGestureHandler (1.5.3):
102 242
     - React
103 243
   - RNGL (2.42.1):
104 244
     - React
105 245
     - React-RCTImage
106
-  - RNReanimated (1.2.0):
246
+  - RNReanimated (1.7.0):
107 247
     - React
108
-  - RNSVG (9.6.2):
248
+  - RNSVG (11.0.1):
109 249
     - React
110
-  - yoga (0.60.4.React)
250
+  - Yoga (1.14.0)
111 251
 
112 252
 DEPENDENCIES:
113 253
   - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
254
+  - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
255
+  - FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
114 256
   - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
115 257
   - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
258
+  - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
259
+  - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
116 260
   - React (from `../node_modules/react-native/`)
117
-  - React-Core (from `../node_modules/react-native/React`)
261
+  - React-Core (from `../node_modules/react-native/`)
262
+  - React-Core/DevSupport (from `../node_modules/react-native/`)
263
+  - React-Core/RCTWebSocket (from `../node_modules/react-native/`)
264
+  - React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
118 265
   - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
119
-  - React-DevSupport (from `../node_modules/react-native/React`)
120
-  - React-fishhook (from `../node_modules/react-native/Libraries/fishhook`)
121 266
   - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
122 267
   - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
123 268
   - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
124 269
   - react-native-maps (from `../node_modules/react-native-maps`)
270
+  - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
125 271
   - "react-native-slider (from `../node_modules/@react-native-community/slider`)"
126 272
   - react-native-video (from `../node_modules/react-native-video`)
127 273
   - react-native-view-shot (from `../node_modules/react-native-view-shot`)
@@ -135,36 +281,44 @@ DEPENDENCIES:
135 281
   - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
136 282
   - React-RCTText (from `../node_modules/react-native/Libraries/Text`)
137 283
   - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
138
-  - React-RCTWebSocket (from `../node_modules/react-native/Libraries/WebSocket`)
284
+  - ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)
285
+  - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
139 286
   - "ReactNativeART (from `../node_modules/@react-native-community/art`)"
287
+  - "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
140 288
   - RNFS (from `../node_modules/react-native-fs`)
141 289
   - RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
142 290
   - RNGL (from `../node_modules/gl-react-native`)
143 291
   - RNReanimated (from `../node_modules/react-native-reanimated`)
144 292
   - RNSVG (from `../node_modules/react-native-svg`)
145
-  - yoga (from `../node_modules/react-native/ReactCommon/yoga`)
293
+  - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
146 294
 
147 295
 SPEC REPOS:
148
-  https://github.com/cocoapods/specs.git:
296
+  trunk:
149 297
     - boost-for-react-native
150 298
 
151 299
 EXTERNAL SOURCES:
152 300
   DoubleConversion:
153 301
     :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
302
+  FBLazyVector:
303
+    :path: "../node_modules/react-native/Libraries/FBLazyVector"
304
+  FBReactNativeSpec:
305
+    :path: "../node_modules/react-native/Libraries/FBReactNativeSpec"
154 306
   Folly:
155 307
     :podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
156 308
   glog:
157 309
     :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
310
+  RCTRequired:
311
+    :path: "../node_modules/react-native/Libraries/RCTRequired"
312
+  RCTTypeSafety:
313
+    :path: "../node_modules/react-native/Libraries/TypeSafety"
158 314
   React:
159 315
     :path: "../node_modules/react-native/"
160 316
   React-Core:
161
-    :path: "../node_modules/react-native/React"
317
+    :path: "../node_modules/react-native/"
318
+  React-CoreModules:
319
+    :path: "../node_modules/react-native/React/CoreModules"
162 320
   React-cxxreact:
163 321
     :path: "../node_modules/react-native/ReactCommon/cxxreact"
164
-  React-DevSupport:
165
-    :path: "../node_modules/react-native/React"
166
-  React-fishhook:
167
-    :path: "../node_modules/react-native/Libraries/fishhook"
168 322
   React-jsi:
169 323
     :path: "../node_modules/react-native/ReactCommon/jsi"
170 324
   React-jsiexecutor:
@@ -173,6 +327,8 @@ EXTERNAL SOURCES:
173 327
     :path: "../node_modules/react-native/ReactCommon/jsinspector"
174 328
   react-native-maps:
175 329
     :path: "../node_modules/react-native-maps"
330
+  react-native-safe-area-context:
331
+    :path: "../node_modules/react-native-safe-area-context"
176 332
   react-native-slider:
177 333
     :path: "../node_modules/@react-native-community/slider"
178 334
   react-native-video:
@@ -199,10 +355,12 @@ EXTERNAL SOURCES:
199 355
     :path: "../node_modules/react-native/Libraries/Text"
200 356
   React-RCTVibration:
201 357
     :path: "../node_modules/react-native/Libraries/Vibration"
202
-  React-RCTWebSocket:
203
-    :path: "../node_modules/react-native/Libraries/WebSocket"
358
+  ReactCommon:
359
+    :path: "../node_modules/react-native/ReactCommon"
204 360
   ReactNativeART:
205 361
     :path: "../node_modules/@react-native-community/art"
362
+  RNCMaskedView:
363
+    :path: "../node_modules/@react-native-community/masked-view"
206 364
   RNFS:
207 365
     :path: "../node_modules/react-native-fs"
208 366
   RNGestureHandler:
@@ -213,45 +371,50 @@ EXTERNAL SOURCES:
213 371
     :path: "../node_modules/react-native-reanimated"
214 372
   RNSVG:
215 373
     :path: "../node_modules/react-native-svg"
216
-  yoga:
374
+  Yoga:
217 375
     :path: "../node_modules/react-native/ReactCommon/yoga"
218 376
 
219 377
 SPEC CHECKSUMS:
220 378
   boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
221 379
   DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
380
+  FBLazyVector: aaeaf388755e4f29cd74acbc9e3b8da6d807c37f
381
+  FBReactNativeSpec: 118d0d177724c2d67f08a59136eb29ef5943ec75
222 382
   Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
223 383
   glog: 1f3da668190260b06b429bb211bfbee5cd790c28
224
-  React: ff7ee2ae5ee1c1d9ae2183b4111045b25294bb01
225
-  React-Core: 8e0ea421cae5609d2562850f98421b15030476fa
226
-  React-cxxreact: 326880209990151a7182a813311054e9772ba510
227
-  React-DevSupport: e9f10e6721e78e87622fc985db695c0c0168db8a
228
-  React-fishhook: 1f0e5b08449403fa75c3fb3881a0beefbada14af
229
-  React-jsi: 21d3153b1153fbf6510a92b6b11e33e725cb7432
230
-  React-jsiexecutor: 7549641e48bafae7bfee3f3ea19bf4901639c5de
231
-  React-jsinspector: 73f24a02fa684ed6a2b828ba116874a2191ded88
232
-  react-native-maps: 190c02ca533fddac5bb49cf17bdece3644612107
233
-  react-native-slider: 40bdbfc1af0393922ac331bc1d95a6c5d5174fb6
234
-  react-native-video: 6555881252c8ca039760e1cd6df28ac28ffb2baf
384
+  RCTRequired: b153add4da6e7dbc44aebf93f3cf4fcae392ddf1
385
+  RCTTypeSafety: 9aa1b91d7f9310fc6eadc3cf95126ffe818af320
386
+  React: b6a59ef847b2b40bb6e0180a97d0ca716969ac78
387
+  React-Core: 688b451f7d616cc1134ac95295b593d1b5158a04
388
+  React-CoreModules: d04f8494c1a328b69ec11db9d1137d667f916dcb
389
+  React-cxxreact: d0f7bcafa196ae410e5300736b424455e7fb7ba7
390
+  React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7
391
+  React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386
392
+  React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0
393
+  react-native-maps: 6e499eee4eabf422ba8b6f94e993cc768bf35153
394
+  react-native-safe-area-context: 25260c5d0b9c53fd7aa88e569e2edae72af1f6a3
395
+  react-native-slider: 3a1cfd00c9c31068251b536822f7192e8d1d6b6f
396
+  react-native-video: d01ed7ff1e38fa7dcc6c15c94cf505e661b7bfd0
235 397
   react-native-view-shot: 5f80b8f4f9003c3da8c0c0013488e5b2db17b1e2
236
-  react-native-webview: 2d8de2be422f0f8b9ba38db3f013f9ebfdb9b78f
237
-  React-RCTActionSheet: 9f71d7ae3e8fb10e08d162cbf14c621349dbfab3
238
-  React-RCTAnimation: 981d8c95b0e30918a9832ccac32af83562a27fae
239
-  React-RCTBlob: 21e73d1020a302a75fed30dbaee9f15287b80baa
240
-  React-RCTImage: c0bc6ac0926517b6fb7e4c279b04843113e99d1d
241
-  React-RCTLinking: 1af3f3c59114bed3deec0107c62e7efad0932ee5
242
-  React-RCTNetwork: 35df9de46e19cda5c56380be1a7759b9b8cb2fcd
243
-  React-RCTSettings: f580504c2cd1f44e25add10fb9ed3954f67f8ac5
244
-  React-RCTText: e0f224898b13af9aa036ea7cb3d438daa68c1044
245
-  React-RCTVibration: 0bea40cd51bd089bd591a8f74c86e91fdf2666c5
246
-  React-RCTWebSocket: 163873f4cdd5f1058a9483443404fc3801581cb6
247
-  ReactNativeART: d230fdaf9a6d15d5ec842355ada1edbe326c49d0
248
-  RNFS: a8fbe7060fa49157d819466404794ad9c58e58cf
249
-  RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0
398
+  react-native-webview: 57cdcf9981594a1a7de36ecfe7f079379543ef1f
399
+  React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76
400
+  React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360
401
+  React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72
402
+  React-RCTImage: 6b8e8df449eb7c814c99a92d6b52de6fe39dea4e
403
+  React-RCTLinking: 121bb231c7503cf9094f4d8461b96a130fabf4a5
404
+  React-RCTNetwork: fb353640aafcee84ca8b78957297bd395f065c9a
405
+  React-RCTSettings: 8db258ea2a5efee381fcf7a6d5044e2f8b68b640
406
+  React-RCTText: 9ccc88273e9a3aacff5094d2175a605efa854dbe
407
+  React-RCTVibration: a49a1f42bf8f5acf1c3e297097517c6b3af377ad
408
+  ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd
409
+  ReactNativeART: c580fba2f7d188d8fa4418ce78db8130654ed10f
410
+  RNCMaskedView: a88953beefbd347a29072d9eba90e42945fe291e
411
+  RNFS: 0d4191b1052bef9ce70deff00a5b4169c62bbd9b
412
+  RNGestureHandler: 02905abe54e1f6e59c081a10b4bd689721e17aa6
250 413
   RNGL: cb1021a8021300492e6413d17700113d0e65cee1
251
-  RNReanimated: 1b52415c4302f198cb581282a0166690bad62c43
252
-  RNSVG: ff9b094e39dd4a437ebe17d1c7ceed286e75f426
253
-  yoga: c2c050f6ae6e222534760cc82f559b89214b67e2
414
+  RNReanimated: 031fe8d9ea93c2bd689a40f05320ef9d96f74d7f
415
+  RNSVG: 67f1f12dae2cef6ed59a42cae74a6b8f5a9e7b46
416
+  Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b
254 417
 
255
-PODFILE CHECKSUM: 5899098aff77cdb5710faa624668c5b304ad3d68
418
+PODFILE CHECKSUM: 84c98ecc8bac59bc76ca032416b11b0e4630ff47
256 419
 
257
-COCOAPODS: 1.7.5
420
+COCOAPODS: 1.8.4

+ 4
- 1
example/package.json Wyświetl plik

@@ -8,6 +8,7 @@
8 8
   },
9 9
   "dependencies": {
10 10
     "@react-native-community/art": "^1.1.2",
11
+    "@react-native-community/masked-view": "^0.1.6",
11 12
     "@react-native-community/slider": "^2.0.8",
12 13
     "gl-react": "2",
13 14
     "gl-react-native": "2",
@@ -19,12 +20,14 @@
19 20
     "react-native-gesture-handler": "^1.5.3",
20 21
     "react-native-maps": "^0.26.1",
21 22
     "react-native-reanimated": "^1.7.0",
23
+    "react-native-safe-area-context": "^0.6.2",
22 24
     "react-native-svg": "^11.0.1",
23 25
     "react-native-svg-uri": "^1.2.3",
24 26
     "react-native-video": "^5.0.2",
25 27
     "react-native-view-shot": "^3.0.2",
26 28
     "react-native-webview": "^8.0.3",
27
-    "react-navigation": "^4.0.10"
29
+    "react-navigation": "^4.0.10",
30
+    "react-navigation-stack": "^2.0.15"
28 31
   },
29 32
   "devDependencies": {
30 33
     "@babel/core": "^7.8.3",

+ 4
- 3
example/src/App.js Wyświetl plik

@@ -1,7 +1,8 @@
1 1
 // @flow
2
-import React, { Fragment } from 'react';
2
+import React, { Component, Fragment } from 'react';
3 3
 import { SafeAreaView, StatusBar, View, Text, TouchableOpacity, StyleSheet } from 'react-native';
4
-import { createStackNavigator, createAppContainer } from 'react-navigation';
4
+import { createAppContainer } from 'react-navigation';
5
+import { createStackNavigator } from 'react-navigation-stack';
5 6
 
6 7
 // To add a screen, import it and add it in screens
7 8
 
@@ -59,7 +60,7 @@ const screens = {
59 60
 
60 61
 ///////////////////////////////////////////////////
61 62
 
62
-class HomeScreen extends React.Component {
63
+class HomeScreen extends Component {
63 64
   static navigationOptions = {
64 65
     title: 'Home',
65 66
   };

+ 75
- 219
example/yarn.lock Wyświetl plik

@@ -2,41 +2,14 @@
2 2
 # yarn lockfile v1
3 3
 
4 4
 
5
-"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
6
-  version "7.5.5"
7
-  resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
8
-  integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
9
-  dependencies:
10
-    "@babel/highlight" "^7.0.0"
11
-
12
-"@babel/code-frame@^7.8.3":
5
+"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
13 6
   version "7.8.3"
14 7
   resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
15 8
   integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
16 9
   dependencies:
17 10
     "@babel/highlight" "^7.8.3"
18 11
 
19
-"@babel/core@^7.0.0":
20
-  version "7.5.5"
21
-  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
22
-  integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
23
-  dependencies:
24
-    "@babel/code-frame" "^7.5.5"
25
-    "@babel/generator" "^7.5.5"
26
-    "@babel/helpers" "^7.5.5"
27
-    "@babel/parser" "^7.5.5"
28
-    "@babel/template" "^7.4.4"
29
-    "@babel/traverse" "^7.5.5"
30
-    "@babel/types" "^7.5.5"
31
-    convert-source-map "^1.1.0"
32
-    debug "^4.1.0"
33
-    json5 "^2.1.0"
34
-    lodash "^4.17.13"
35
-    resolve "^1.3.2"
36
-    semver "^5.4.1"
37
-    source-map "^0.5.0"
38
-
39
-"@babel/core@^7.8.3":
12
+"@babel/core@^7.0.0", "@babel/core@^7.8.3":
40 13
   version "7.8.3"
41 14
   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.3.tgz#30b0ebb4dd1585de6923a0b4d179e0b9f5d82941"
42 15
   integrity sha512-4XFkf8AwyrEG7Ziu3L2L0Cv+WyY47Tcsp70JFmpftbAA1K7YL/sgE9jh9HyNj08Y/U50ItUchpN0w6HxAoX1rA==
@@ -57,18 +30,7 @@
57 30
     semver "^5.4.1"
58 31
     source-map "^0.5.0"
59 32
 
60
-"@babel/generator@^7.0.0", "@babel/generator@^7.5.5":
61
-  version "7.5.5"
62
-  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
63
-  integrity sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==
64
-  dependencies:
65
-    "@babel/types" "^7.5.5"
66
-    jsesc "^2.5.1"
67
-    lodash "^4.17.13"
68
-    source-map "^0.5.0"
69
-    trim-right "^1.0.1"
70
-
71
-"@babel/generator@^7.8.3":
33
+"@babel/generator@^7.0.0", "@babel/generator@^7.8.3":
72 34
   version "7.8.3"
73 35
   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.3.tgz#0e22c005b0a94c1c74eafe19ef78ce53a4d45c03"
74 36
   integrity sha512-WjoPk8hRpDRqqzRpvaR8/gDUPkrnOOeuT2m8cNICJtZH6mwaCo3v0OKMI7Y6SM1pBtyijnLtAL0HDi41pf41ug==
@@ -139,16 +101,7 @@
139 101
     "@babel/traverse" "^7.1.0"
140 102
     "@babel/types" "^7.0.0"
141 103
 
142
-"@babel/helper-function-name@^7.1.0":
143
-  version "7.1.0"
144
-  resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
145
-  integrity sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==
146
-  dependencies:
147
-    "@babel/helper-get-function-arity" "^7.0.0"
148
-    "@babel/template" "^7.1.0"
149
-    "@babel/types" "^7.0.0"
150
-
151
-"@babel/helper-function-name@^7.8.3":
104
+"@babel/helper-function-name@^7.1.0", "@babel/helper-function-name@^7.8.3":
152 105
   version "7.8.3"
153 106
   resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
154 107
   integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==
@@ -157,14 +110,7 @@
157 110
     "@babel/template" "^7.8.3"
158 111
     "@babel/types" "^7.8.3"
159 112
 
160
-"@babel/helper-get-function-arity@^7.0.0":
161
-  version "7.0.0"
162
-  resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
163
-  integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
164
-  dependencies:
165
-    "@babel/types" "^7.0.0"
166
-
167
-"@babel/helper-get-function-arity@^7.8.3":
113
+"@babel/helper-get-function-arity@^7.0.0", "@babel/helper-get-function-arity@^7.8.3":
168 114
   version "7.8.3"
169 115
   resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
170 116
   integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
@@ -252,14 +198,7 @@
252 198
     "@babel/template" "^7.1.0"
253 199
     "@babel/types" "^7.0.0"
254 200
 
255
-"@babel/helper-split-export-declaration@^7.4.4":
256
-  version "7.4.4"
257
-  resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
258
-  integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==
259
-  dependencies:
260
-    "@babel/types" "^7.4.4"
261
-
262
-"@babel/helper-split-export-declaration@^7.8.3":
201
+"@babel/helper-split-export-declaration@^7.4.4", "@babel/helper-split-export-declaration@^7.8.3":
263 202
   version "7.8.3"
264 203
   resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
265 204
   integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
@@ -276,15 +215,6 @@
276 215
     "@babel/traverse" "^7.1.0"
277 216
     "@babel/types" "^7.2.0"
278 217
 
279
-"@babel/helpers@^7.5.5":
280
-  version "7.5.5"
281
-  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e"
282
-  integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==
283
-  dependencies:
284
-    "@babel/template" "^7.4.4"
285
-    "@babel/traverse" "^7.5.5"
286
-    "@babel/types" "^7.5.5"
287
-
288 218
 "@babel/helpers@^7.8.3":
289 219
   version "7.8.3"
290 220
   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.3.tgz#382fbb0382ce7c4ce905945ab9641d688336ce85"
@@ -294,15 +224,6 @@
294 224
     "@babel/traverse" "^7.8.3"
295 225
     "@babel/types" "^7.8.3"
296 226
 
297
-"@babel/highlight@^7.0.0":
298
-  version "7.5.0"
299
-  resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
300
-  integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==
301
-  dependencies:
302
-    chalk "^2.0.0"
303
-    esutils "^2.0.2"
304
-    js-tokens "^4.0.0"
305
-
306 227
 "@babel/highlight@^7.8.3":
307 228
   version "7.8.3"
308 229
   resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
@@ -312,12 +233,7 @@
312 233
     esutils "^2.0.2"
313 234
     js-tokens "^4.0.0"
314 235
 
315
-"@babel/parser@^7.0.0", "@babel/parser@^7.4.4", "@babel/parser@^7.5.5":
316
-  version "7.5.5"
317
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
318
-  integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
319
-
320
-"@babel/parser@^7.8.3":
236
+"@babel/parser@^7.0.0", "@babel/parser@^7.8.3":
321 237
   version "7.8.3"
322 238
   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
323 239
   integrity sha512-/V72F4Yp/qmHaTALizEm9Gf2eQHV3QyTL3K0cNfijwnMnb1L+LDlAubb/ZnSdGAVzVSWakujHYs1I26x66sMeQ==
@@ -693,30 +609,14 @@
693 609
     pirates "^4.0.0"
694 610
     source-map-support "^0.5.9"
695 611
 
696
-"@babel/runtime@^7.0.0":
697
-  version "7.5.5"
698
-  resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
699
-  integrity sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==
700
-  dependencies:
701
-    regenerator-runtime "^0.13.2"
702
-
703
-"@babel/runtime@^7.8.3":
612
+"@babel/runtime@^7.0.0", "@babel/runtime@^7.8.3":
704 613
   version "7.8.3"
705 614
   resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1"
706 615
   integrity sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w==
707 616
   dependencies:
708 617
     regenerator-runtime "^0.13.2"
709 618
 
710
-"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.4.4":
711
-  version "7.4.4"
712
-  resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
713
-  integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==
714
-  dependencies:
715
-    "@babel/code-frame" "^7.0.0"
716
-    "@babel/parser" "^7.4.4"
717
-    "@babel/types" "^7.4.4"
718
-
719
-"@babel/template@^7.8.3":
619
+"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.4.4", "@babel/template@^7.8.3":
720 620
   version "7.8.3"
721 621
   resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
722 622
   integrity sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==
@@ -725,22 +625,7 @@
725 625
     "@babel/parser" "^7.8.3"
726 626
     "@babel/types" "^7.8.3"
727 627
 
728
-"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5":
729
-  version "7.5.5"
730
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
731
-  integrity sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==
732
-  dependencies:
733
-    "@babel/code-frame" "^7.5.5"
734
-    "@babel/generator" "^7.5.5"
735
-    "@babel/helper-function-name" "^7.1.0"
736
-    "@babel/helper-split-export-declaration" "^7.4.4"
737
-    "@babel/parser" "^7.5.5"
738
-    "@babel/types" "^7.5.5"
739
-    debug "^4.1.0"
740
-    globals "^11.1.0"
741
-    lodash "^4.17.13"
742
-
743
-"@babel/traverse@^7.8.3":
628
+"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.8.3":
744 629
   version "7.8.3"
745 630
   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.3.tgz#a826215b011c9b4f73f3a893afbc05151358bf9a"
746 631
   integrity sha512-we+a2lti+eEImHmEXp7bM9cTxGzxPmBiVJlLVD+FuuQMeeO7RaDbutbgeheDkw+Xe3mCfJHnGOWLswT74m2IPg==
@@ -755,16 +640,7 @@
755 640
     globals "^11.1.0"
756 641
     lodash "^4.17.13"
757 642
 
758
-"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
759
-  version "7.5.5"
760
-  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
761
-  integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==
762
-  dependencies:
763
-    esutils "^2.0.2"
764
-    lodash "^4.17.13"
765
-    to-fast-properties "^2.0.0"
766
-
767
-"@babel/types@^7.8.3":
643
+"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.8.3":
768 644
   version "7.8.3"
769 645
   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
770 646
   integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
@@ -979,6 +855,11 @@
979 855
     eslint-plugin-react-native "3.8.1"
980 856
     prettier "1.17.0"
981 857
 
858
+"@react-native-community/masked-view@^0.1.6":
859
+  version "0.1.6"
860
+  resolved "https://registry.yarnpkg.com/@react-native-community/masked-view/-/masked-view-0.1.6.tgz#c7f2ac187c1f25aa8c30d11baa8f4398eca3bb84"
861
+  integrity sha512-PpMoeXwPUoldCRKDuSi+zK5rT+sJTW6ri6RdGPkSKRzU77Q1d9IaR0O5IKvBj0XSdL3p+dcOa05gk35aGDffBQ==
862
+
982 863
 "@react-native-community/slider@^2.0.8":
983 864
   version "2.0.8"
984 865
   resolved "https://registry.yarnpkg.com/@react-native-community/slider/-/slider-2.0.8.tgz#c4a3c342638270e0adc942b51427ec17104a786d"
@@ -1650,7 +1531,7 @@ collection-visit@^1.0.0:
1650 1531
     map-visit "^1.0.0"
1651 1532
     object-visit "^1.0.0"
1652 1533
 
1653
-color-convert@^1.9.0:
1534
+color-convert@^1.9.0, color-convert@^1.9.1:
1654 1535
   version "1.9.3"
1655 1536
   resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
1656 1537
   integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
@@ -1662,11 +1543,32 @@ color-name@1.1.3:
1662 1543
   resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
1663 1544
   integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
1664 1545
 
1546
+color-name@^1.0.0:
1547
+  version "1.1.4"
1548
+  resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
1549
+  integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
1550
+
1551
+color-string@^1.5.2:
1552
+  version "1.5.3"
1553
+  resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.3.tgz#c9bbc5f01b58b5492f3d6857459cb6590ce204cc"
1554
+  integrity sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw==
1555
+  dependencies:
1556
+    color-name "^1.0.0"
1557
+    simple-swizzle "^0.2.2"
1558
+
1665 1559
 color-support@^1.1.3:
1666 1560
   version "1.1.3"
1667 1561
   resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
1668 1562
   integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
1669 1563
 
1564
+color@^3.1.2:
1565
+  version "3.1.2"
1566
+  resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10"
1567
+  integrity sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg==
1568
+  dependencies:
1569
+    color-convert "^1.9.1"
1570
+    color-string "^1.5.2"
1571
+
1670 1572
 colorette@^1.0.7:
1671 1573
   version "1.1.0"
1672 1574
   resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.1.0.tgz#1f943e5a357fac10b4e0f5aaef3b14cdc1af6ec7"
@@ -1747,13 +1649,6 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
1747 1649
   resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
1748 1650
   integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
1749 1651
 
1750
-convert-source-map@^1.1.0:
1751
-  version "1.6.0"
1752
-  resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
1753
-  integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==
1754
-  dependencies:
1755
-    safe-buffer "~5.1.1"
1756
-
1757 1652
 convert-source-map@^1.7.0:
1758 1653
   version "1.7.0"
1759 1654
   resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
@@ -2069,19 +1964,7 @@ errorhandler@^1.5.0:
2069 1964
     accepts "~1.3.7"
2070 1965
     escape-html "~1.0.3"
2071 1966
 
2072
-es-abstract@^1.11.0, es-abstract@^1.7.0:
2073
-  version "1.13.0"
2074
-  resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2075
-  integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
2076
-  dependencies:
2077
-    es-to-primitive "^1.2.0"
2078
-    function-bind "^1.1.1"
2079
-    has "^1.0.3"
2080
-    is-callable "^1.1.4"
2081
-    is-regex "^1.0.4"
2082
-    object-keys "^1.0.12"
2083
-
2084
-es-abstract@^1.17.0-next.1:
1967
+es-abstract@^1.11.0, es-abstract@^1.17.0-next.1, es-abstract@^1.7.0:
2085 1968
   version "1.17.2"
2086 1969
   resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.2.tgz#965b10af56597b631da15872c17a405e86c1fd46"
2087 1970
   integrity sha512-YoKuru3Lyoy7yVTBSH2j7UxTqe/je3dWAruC0sHvZX1GNd5zX8SSLvQqEgO9b3Ex8IW+goFI9arEEsFIbulhOw==
@@ -2098,15 +1981,6 @@ es-abstract@^1.17.0-next.1:
2098 1981
     string.prototype.trimleft "^2.1.1"
2099 1982
     string.prototype.trimright "^2.1.1"
2100 1983
 
2101
-es-to-primitive@^1.2.0:
2102
-  version "1.2.0"
2103
-  resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2104
-  integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==
2105
-  dependencies:
2106
-    is-callable "^1.1.4"
2107
-    is-date-object "^1.0.1"
2108
-    is-symbol "^1.0.2"
2109
-
2110 1984
 es-to-primitive@^1.2.1:
2111 1985
   version "1.2.1"
2112 1986
   resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -2214,26 +2088,14 @@ eslint-scope@^5.0.0:
2214 2088
     esrecurse "^4.1.0"
2215 2089
     estraverse "^4.1.1"
2216 2090
 
2217
-eslint-utils@^1.3.1:
2218
-  version "1.4.0"
2219
-  resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.0.tgz#e2c3c8dba768425f897cf0f9e51fe2e241485d4c"
2220
-  integrity sha512-7ehnzPaP5IIEh1r1tkjuIrxqhNkzUJa9z3R92tLJdZIVdWaczEhr3EbhGtsMrVxi1KeR8qA7Off6SWc5WNQqyQ==
2221
-  dependencies:
2222
-    eslint-visitor-keys "^1.0.0"
2223
-
2224
-eslint-utils@^1.4.3:
2091
+eslint-utils@^1.3.1, eslint-utils@^1.4.3:
2225 2092
   version "1.4.3"
2226 2093
   resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
2227 2094
   integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
2228 2095
   dependencies:
2229 2096
     eslint-visitor-keys "^1.1.0"
2230 2097
 
2231
-eslint-visitor-keys@^1.0.0:
2232
-  version "1.0.0"
2233
-  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
2234
-  integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
2235
-
2236
-eslint-visitor-keys@^1.1.0:
2098
+eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
2237 2099
   version "1.1.0"
2238 2100
   resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
2239 2101
   integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
@@ -2788,12 +2650,7 @@ has-flag@^3.0.0:
2788 2650
   resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
2789 2651
   integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
2790 2652
 
2791
-has-symbols@^1.0.0:
2792
-  version "1.0.0"
2793
-  resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
2794
-  integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
2795
-
2796
-has-symbols@^1.0.1:
2653
+has-symbols@^1.0.0, has-symbols@^1.0.1:
2797 2654
   version "1.0.1"
2798 2655
   resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
2799 2656
   integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
@@ -3033,17 +2890,17 @@ is-arrayish@^0.2.1:
3033 2890
   resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
3034 2891
   integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
3035 2892
 
2893
+is-arrayish@^0.3.1:
2894
+  version "0.3.2"
2895
+  resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
2896
+  integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
2897
+
3036 2898
 is-buffer@^1.1.5:
3037 2899
   version "1.1.6"
3038 2900
   resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
3039 2901
   integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
3040 2902
 
3041
-is-callable@^1.1.4:
3042
-  version "1.1.4"
3043
-  resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3044
-  integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
3045
-
3046
-is-callable@^1.1.5:
2903
+is-callable@^1.1.4, is-callable@^1.1.5:
3047 2904
   version "1.1.5"
3048 2905
   resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab"
3049 2906
   integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
@@ -3157,13 +3014,6 @@ is-promise@^2.1.0:
3157 3014
   resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
3158 3015
   integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=
3159 3016
 
3160
-is-regex@^1.0.4:
3161
-  version "1.0.4"
3162
-  resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491"
3163
-  integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=
3164
-  dependencies:
3165
-    has "^1.0.1"
3166
-
3167 3017
 is-regex@^1.0.5:
3168 3018
   version "1.0.5"
3169 3019
   resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.5.tgz#39d589a358bf18967f726967120b8fc1aed74eae"
@@ -4368,14 +4218,7 @@ p-limit@^1.1.0:
4368 4218
   dependencies:
4369 4219
     p-try "^1.0.0"
4370 4220
 
4371
-p-limit@^2.0.0:
4372
-  version "2.2.0"
4373
-  resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
4374
-  integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
4375
-  dependencies:
4376
-    p-try "^2.0.0"
4377
-
4378
-p-limit@^2.2.0:
4221
+p-limit@^2.0.0, p-limit@^2.2.0:
4379 4222
   version "2.2.2"
4380 4223
   resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.2.tgz#61279b67721f5287aa1c13a9a7fbbc48c9291b1e"
4381 4224
   integrity sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==
@@ -4669,6 +4512,11 @@ react-native-gesture-handler@^1.5.3:
4669 4512
     invariant "^2.2.4"
4670 4513
     prop-types "^15.7.2"
4671 4514
 
4515
+react-native-iphone-x-helper@^1.2.1:
4516
+  version "1.2.1"
4517
+  resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.2.1.tgz#645e2ffbbb49e80844bb4cbbe34a126fda1e6772"
4518
+  integrity sha512-/VbpIEp8tSNNHIvstuA3Swx610whci1Zpc9mqNkqn14DkMbw+ORviln2u0XyHG1kPvvwTNGZY6QpeFwxYaSdbQ==
4519
+
4672 4520
 react-native-maps@^0.26.1:
4673 4521
   version "0.26.1"
4674 4522
   resolved "https://registry.yarnpkg.com/react-native-maps/-/react-native-maps-0.26.1.tgz#6ec316259b38d259c8974448d894bd7a23101da4"
@@ -4679,6 +4527,11 @@ react-native-reanimated@^1.7.0:
4679 4527
   resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.7.0.tgz#896db2576552ac59d288a1f6c7f00afc171f240c"
4680 4528
   integrity sha512-FQWSqP605eQVJumuK2HpR+7heF0ZI+qfy4jNguv3Xv8nPFHeIgZaRTXHCEQL2AcuSIj50zy8jGJf5l134QMQWQ==
4681 4529
 
4530
+react-native-safe-area-context@^0.6.2:
4531
+  version "0.6.2"
4532
+  resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-0.6.2.tgz#d467ac8a953426bfbb6d8f417222b0dc3952be7a"
4533
+  integrity sha512-VtBW0JymVCwVt0TGxTv25Co3wtOv3Yb/K5pAUYkjKXNhWFDz5ZwUG/Yho/p0EkWYlFdroJcSqlvVFl2n3AU7SA==
4534
+
4682 4535
 react-native-safe-area-view@^0.14.1:
4683 4536
   version "0.14.6"
4684 4537
   resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.14.6.tgz#9a9d37d9f8f3887d60c4076eae7b5d2319539446"
@@ -4765,6 +4618,14 @@ react-native@0.61.5:
4765 4618
     stacktrace-parser "^0.1.3"
4766 4619
     whatwg-fetch "^3.0.0"
4767 4620
 
4621
+react-navigation-stack@^2.0.15:
4622
+  version "2.0.15"
4623
+  resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-2.0.15.tgz#b14bd3483a2175956b5b1731f225bbff31b73c00"
4624
+  integrity sha512-nHxM/mTSfjhjjd51JgAld7oORXPBbgB5q9cqWj8jmoacvAIwAxHX1fE+gfIjF5tazIV+CeANjmHa5RimXEbq/w==
4625
+  dependencies:
4626
+    color "^3.1.2"
4627
+    react-native-iphone-x-helper "^1.2.1"
4628
+
4768 4629
 react-navigation@^4.0.10:
4769 4630
   version "4.0.10"
4770 4631
   resolved "https://registry.yarnpkg.com/react-navigation/-/react-navigation-4.0.10.tgz#ddf41134600689d6ba99e35dd22ba1f664f91e5c"
@@ -4928,14 +4789,7 @@ resolve-url@^0.2.1:
4928 4789
   resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
4929 4790
   integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
4930 4791
 
4931
-resolve@^1.10.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
4932
-  version "1.12.0"
4933
-  resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
4934
-  integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
4935
-  dependencies:
4936
-    path-parse "^1.0.6"
4937
-
4938
-resolve@^1.12.0:
4792
+resolve@^1.10.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
4939 4793
   version "1.14.2"
4940 4794
   resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.2.tgz#dbf31d0fa98b1f29aa5169783b9c290cb865fea2"
4941 4795
   integrity sha512-EjlOBLBO1kxsUxsKjLt7TAECyKW6fOh1VRkykQkKGzcBbjjPIxBqGh0jf7GJ3k/f5mxMqW3htMD3WdTUVtW8HQ==
@@ -5191,6 +5045,13 @@ simple-plist@^1.0.0:
5191 5045
     bplist-parser "0.1.1"
5192 5046
     plist "^3.0.1"
5193 5047
 
5048
+simple-swizzle@^0.2.2:
5049
+  version "0.2.2"
5050
+  resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
5051
+  integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=
5052
+  dependencies:
5053
+    is-arrayish "^0.3.1"
5054
+
5194 5055
 slash@^2.0.0:
5195 5056
   version "2.0.0"
5196 5057
   resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
@@ -5593,11 +5454,6 @@ toidentifier@1.0.0:
5593 5454
   resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
5594 5455
   integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
5595 5456
 
5596
-trim-right@^1.0.1:
5597
-  version "1.0.1"
5598
-  resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
5599
-  integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
5600
-
5601 5457
 tslib@^1.8.1, tslib@^1.9.0:
5602 5458
   version "1.10.0"
5603 5459
   resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"