@wordpress/format-library 4.15.0 → 4.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/build/bold/index.js +1 -10
  3. package/build/bold/index.js.map +1 -1
  4. package/build/code/index.js +3 -17
  5. package/build/code/index.js.map +1 -1
  6. package/build/default-formats.js +0 -14
  7. package/build/default-formats.js.map +1 -1
  8. package/build/default-formats.native.js +0 -6
  9. package/build/default-formats.native.js.map +1 -1
  10. package/build/image/index.js +5 -14
  11. package/build/image/index.js.map +1 -1
  12. package/build/index.js +1 -3
  13. package/build/index.js.map +1 -1
  14. package/build/italic/index.js +1 -10
  15. package/build/italic/index.js.map +1 -1
  16. package/build/keyboard/index.js +1 -10
  17. package/build/keyboard/index.js.map +1 -1
  18. package/build/language/index.js +1 -11
  19. package/build/language/index.js.map +1 -1
  20. package/build/link/index.js +5 -26
  21. package/build/link/index.js.map +1 -1
  22. package/build/link/index.native.js +14 -39
  23. package/build/link/index.native.js.map +1 -1
  24. package/build/link/inline.js +47 -84
  25. package/build/link/inline.js.map +1 -1
  26. package/build/link/modal-screens/link-picker-screen.native.js +1 -13
  27. package/build/link/modal-screens/link-picker-screen.native.js.map +1 -1
  28. package/build/link/modal-screens/link-settings-screen.native.js +9 -36
  29. package/build/link/modal-screens/link-settings-screen.native.js.map +1 -1
  30. package/build/link/modal-screens/screens.native.js.map +1 -1
  31. package/build/link/modal.native.js +1 -9
  32. package/build/link/modal.native.js.map +1 -1
  33. package/build/link/use-link-instance-key.js +3 -7
  34. package/build/link/use-link-instance-key.js.map +1 -1
  35. package/build/link/utils.js +23 -47
  36. package/build/link/utils.js.map +1 -1
  37. package/build/strikethrough/index.js +1 -9
  38. package/build/strikethrough/index.js.map +1 -1
  39. package/build/subscript/index.js +1 -10
  40. package/build/subscript/index.js.map +1 -1
  41. package/build/superscript/index.js +1 -10
  42. package/build/superscript/index.js.map +1 -1
  43. package/build/text-color/index.js +7 -25
  44. package/build/text-color/index.js.map +1 -1
  45. package/build/text-color/index.native.js +11 -34
  46. package/build/text-color/index.native.js.map +1 -1
  47. package/build/text-color/inline.js +5 -26
  48. package/build/text-color/inline.js.map +1 -1
  49. package/build/text-color/inline.native.js +9 -25
  50. package/build/text-color/inline.native.js.map +1 -1
  51. package/build/underline/index.js +1 -8
  52. package/build/underline/index.js.map +1 -1
  53. package/build/unknown/index.js +1 -11
  54. package/build/unknown/index.js.map +1 -1
  55. package/build-module/bold/index.js +0 -7
  56. package/build-module/bold/index.js.map +1 -1
  57. package/build-module/code/index.js +2 -14
  58. package/build-module/code/index.js.map +1 -1
  59. package/build-module/default-formats.js.map +1 -1
  60. package/build-module/default-formats.native.js.map +1 -1
  61. package/build-module/image/index.js +4 -10
  62. package/build-module/image/index.js.map +1 -1
  63. package/build-module/index.js +1 -1
  64. package/build-module/index.js.map +1 -1
  65. package/build-module/italic/index.js +0 -7
  66. package/build-module/italic/index.js.map +1 -1
  67. package/build-module/keyboard/index.js +0 -7
  68. package/build-module/keyboard/index.js.map +1 -1
  69. package/build-module/language/index.js +1 -8
  70. package/build-module/language/index.js.map +1 -1
  71. package/build-module/link/index.js +5 -17
  72. package/build-module/link/index.js.map +1 -1
  73. package/build-module/link/index.native.js +15 -30
  74. package/build-module/link/index.native.js.map +1 -1
  75. package/build-module/link/inline.js +45 -72
  76. package/build-module/link/inline.js.map +1 -1
  77. package/build-module/link/modal-screens/link-picker-screen.native.js +2 -8
  78. package/build-module/link/modal-screens/link-picker-screen.native.js.map +1 -1
  79. package/build-module/link/modal-screens/link-settings-screen.native.js +10 -28
  80. package/build-module/link/modal-screens/link-settings-screen.native.js.map +1 -1
  81. package/build-module/link/modal-screens/screens.native.js.map +1 -1
  82. package/build-module/link/modal.native.js +1 -4
  83. package/build-module/link/modal.native.js.map +1 -1
  84. package/build-module/link/use-link-instance-key.js +3 -7
  85. package/build-module/link/use-link-instance-key.js.map +1 -1
  86. package/build-module/link/utils.js +24 -43
  87. package/build-module/link/utils.js.map +1 -1
  88. package/build-module/strikethrough/index.js +0 -6
  89. package/build-module/strikethrough/index.js.map +1 -1
  90. package/build-module/subscript/index.js +0 -7
  91. package/build-module/subscript/index.js.map +1 -1
  92. package/build-module/superscript/index.js +0 -7
  93. package/build-module/superscript/index.js.map +1 -1
  94. package/build-module/text-color/index.js +7 -20
  95. package/build-module/text-color/index.js.map +1 -1
  96. package/build-module/text-color/index.native.js +12 -24
  97. package/build-module/text-color/index.native.js.map +1 -1
  98. package/build-module/text-color/inline.js +5 -20
  99. package/build-module/text-color/inline.js.map +1 -1
  100. package/build-module/text-color/inline.native.js +9 -21
  101. package/build-module/text-color/inline.native.js.map +1 -1
  102. package/build-module/underline/index.js +0 -6
  103. package/build-module/underline/index.js.map +1 -1
  104. package/build-module/unknown/index.js +0 -8
  105. package/build-module/unknown/index.js.map +1 -1
  106. package/package.json +13 -13
  107. package/src/link/inline.js +14 -37
  108. package/src/link/test/__snapshots__/modal.native.js.snap +372 -295
  109. package/src/text-color/test/index.native.js +4 -0
@@ -44,13 +44,18 @@ exports[`LinksUI LinksUI renders 1`] = `
44
44
  }
45
45
  >
46
46
  <View
47
- style={
48
- [
49
- undefined,
50
- {
47
+ animatedStyle={
48
+ {
49
+ "value": {
51
50
  "height": 1,
52
51
  },
53
- ]
52
+ }
53
+ }
54
+ collapsable={false}
55
+ style={
56
+ {
57
+ "height": 1,
58
+ }
54
59
  }
55
60
  >
56
61
  <RNGestureHandlerRootView
@@ -61,213 +66,248 @@ exports[`LinksUI LinksUI renders 1`] = `
61
66
  }
62
67
  >
63
68
  <View
64
- onLayout={[Function]}
65
69
  style={
66
- {
67
- "flex": 1,
68
- }
70
+ [
71
+ {
72
+ "backgroundColor": undefined,
73
+ "flex": 1,
74
+ },
75
+ undefined,
76
+ ]
69
77
  }
70
78
  >
71
79
  <View
72
- pointerEvents="box-none"
80
+ onLayout={[Function]}
73
81
  style={
74
82
  {
75
- "bottom": 0,
76
- "left": 0,
77
- "position": "absolute",
78
- "right": 0,
79
- "top": 0,
83
+ "flex": 1,
80
84
  }
81
85
  }
82
86
  >
83
87
  <View
84
88
  collapsable={false}
85
- style={
86
- {
87
- "opacity": 1,
88
- }
89
- }
90
- />
91
- <View
92
- accessibilityElementsHidden={false}
93
- closing={false}
94
- gestureVelocityImpact={0.3}
95
- importantForAccessibility="auto"
96
- onClose={[Function]}
97
- onGestureBegin={[Function]}
98
- onGestureCanceled={[Function]}
99
- onOpen={[Function]}
100
- onTransitionStart={[Function]}
89
+ forwardedRef={[Function]}
101
90
  pointerEvents="box-none"
102
91
  style={
103
92
  {
104
93
  "bottom": 0,
94
+ "display": "flex",
105
95
  "left": 0,
106
96
  "position": "absolute",
107
97
  "right": 0,
108
98
  "top": 0,
109
99
  }
110
100
  }
111
- transitionSpec={
112
- {
113
- "close": {
114
- "animation": "timing",
115
- "config": {
116
- "duration": 200,
117
- "easing": [Function],
118
- },
119
- },
120
- "open": {
121
- "animation": "timing",
122
- "config": {
123
- "duration": 200,
124
- "easing": [Function],
125
- },
126
- },
127
- }
128
- }
129
101
  >
130
102
  <View
131
- pointerEvents="box-none"
103
+ collapsable={false}
132
104
  style={
133
105
  {
134
- "bottom": 0,
135
- "left": 0,
136
- "position": "absolute",
137
- "right": 0,
138
- "top": 0,
106
+ "opacity": 1,
139
107
  }
140
108
  }
141
109
  />
142
110
  <View
143
- collapsable={false}
111
+ accessibilityElementsHidden={false}
112
+ closing={false}
113
+ gestureVelocityImpact={0.3}
114
+ importantForAccessibility="auto"
115
+ onClose={[Function]}
116
+ onGestureBegin={[Function]}
117
+ onGestureCanceled={[Function]}
118
+ onGestureEnd={[Function]}
119
+ onOpen={[Function]}
120
+ onTransition={[Function]}
144
121
  pointerEvents="box-none"
145
122
  style={
123
+ [
124
+ {
125
+ "display": "flex",
126
+ "overflow": undefined,
127
+ },
128
+ {
129
+ "bottom": 0,
130
+ "left": 0,
131
+ "position": "absolute",
132
+ "right": 0,
133
+ "top": 0,
134
+ },
135
+ ]
136
+ }
137
+ transitionSpec={
146
138
  {
147
- "flex": 1,
139
+ "close": {
140
+ "animation": "timing",
141
+ "config": {
142
+ "duration": 200,
143
+ "easing": [Function],
144
+ },
145
+ },
146
+ "open": {
147
+ "animation": "timing",
148
+ "config": {
149
+ "duration": 200,
150
+ "easing": [Function],
151
+ },
152
+ },
148
153
  }
149
154
  }
150
155
  >
156
+ <View
157
+ pointerEvents="box-none"
158
+ style={
159
+ {
160
+ "bottom": 0,
161
+ "left": 0,
162
+ "position": "absolute",
163
+ "right": 0,
164
+ "top": 0,
165
+ }
166
+ }
167
+ />
151
168
  <View
152
169
  collapsable={false}
153
- forwardedRef={[Function]}
154
- handlerTag={1}
155
- handlerType="PanGestureHandler"
156
- onGestureHandlerEvent={[Function]}
157
- onGestureHandlerStateChange={[Function]}
170
+ pointerEvents="box-none"
158
171
  style={
159
172
  {
160
173
  "flex": 1,
161
- "opacity": 1,
162
174
  }
163
175
  }
164
176
  >
165
177
  <View
178
+ collapsable={false}
179
+ forwardedRef={[Function]}
180
+ handlerTag={1}
181
+ handlerType="PanGestureHandler"
182
+ needsOffscreenAlphaCompositing={true}
183
+ onGestureHandlerEvent={[Function]}
184
+ onGestureHandlerStateChange={[Function]}
166
185
  style={
167
- [
168
- {
169
- "flex": 1,
170
- "overflow": "hidden",
171
- },
172
- [
173
- {
174
- "backgroundColor": undefined,
175
- },
176
- undefined,
177
- ],
178
- ]
186
+ {
187
+ "flex": 1,
188
+ "opacity": 1,
189
+ }
179
190
  }
180
191
  >
181
192
  <View
193
+ pointerEvents="box-none"
182
194
  style={
183
- {
184
- "flex": 1,
185
- "flexDirection": "column-reverse",
186
- }
195
+ [
196
+ {
197
+ "flex": 1,
198
+ "overflow": "hidden",
199
+ },
200
+ [
201
+ {
202
+ "backgroundColor": undefined,
203
+ },
204
+ undefined,
205
+ ],
206
+ ]
187
207
  }
188
208
  >
189
209
  <View
190
210
  style={
191
211
  {
192
212
  "flex": 1,
213
+ "flexDirection": "column-reverse",
193
214
  }
194
215
  }
195
216
  >
196
- <RCTScrollView
197
- automaticallyAdjustContentInsets={false}
198
- bounces={false}
199
- contentContainerStyle={
200
- [
201
- {
202
- "paddingLeft": 8,
203
- "paddingRight": 8,
204
- },
205
- undefined,
206
- {},
207
- false,
208
- ]
209
- }
210
- disableScrollViewPanResponder={true}
211
- onScroll={[Function]}
212
- safeAreaBottomInset={0}
213
- scrollEnabled={true}
214
- scrollEventThrottle={16}
217
+ <View
215
218
  style={
216
219
  {
217
- "maxHeight": 787.06,
220
+ "flex": 1,
218
221
  }
219
222
  }
220
223
  >
221
- <View>
222
- <View
223
- accessible={false}
224
- focusable={false}
225
- onClick={[Function]}
226
- onResponderGrant={[Function]}
227
- onResponderMove={[Function]}
228
- onResponderRelease={[Function]}
229
- onResponderTerminate={[Function]}
230
- onResponderTerminationRequest={[Function]}
231
- onStartShouldSetResponder={[Function]}
232
- >
224
+ <RCTScrollView
225
+ automaticallyAdjustContentInsets={false}
226
+ bounces={false}
227
+ contentContainerStyle={
228
+ [
229
+ {
230
+ "paddingLeft": 8,
231
+ "paddingRight": 8,
232
+ },
233
+ undefined,
234
+ {},
235
+ false,
236
+ ]
237
+ }
238
+ disableScrollViewPanResponder={true}
239
+ onScroll={[Function]}
240
+ safeAreaBottomInset={0}
241
+ scrollEnabled={true}
242
+ scrollEventThrottle={16}
243
+ style={
244
+ {
245
+ "maxHeight": 787.06,
246
+ }
247
+ }
248
+ >
249
+ <View>
233
250
  <View
234
- onLayout={[Function]}
235
- testID="navigation-screen-linkSettings"
251
+ accessibilityValue={
252
+ {
253
+ "max": undefined,
254
+ "min": undefined,
255
+ "now": undefined,
256
+ "text": undefined,
257
+ }
258
+ }
259
+ accessible={false}
260
+ focusable={false}
261
+ onClick={[Function]}
262
+ onResponderGrant={[Function]}
263
+ onResponderMove={[Function]}
264
+ onResponderRelease={[Function]}
265
+ onResponderTerminate={[Function]}
266
+ onResponderTerminationRequest={[Function]}
267
+ onStartShouldSetResponder={[Function]}
236
268
  >
237
269
  <View
238
- accessibilityLabel="Link to, Search or type URL"
239
- accessibilityRole="button"
240
- accessibilityState={
241
- {
242
- "disabled": false,
243
- }
244
- }
245
- accessible={true}
246
- collapsable={false}
247
- focusable={true}
248
- onClick={[Function]}
249
- onResponderGrant={[Function]}
250
- onResponderMove={[Function]}
251
- onResponderRelease={[Function]}
252
- onResponderTerminate={[Function]}
253
- onResponderTerminationRequest={[Function]}
254
- onStartShouldSetResponder={[Function]}
255
- style={
256
- {
257
- "opacity": 1,
258
- }
259
- }
270
+ onLayout={[Function]}
271
+ testID="navigation-screen-linkSettings"
260
272
  >
261
273
  <View
262
- pointerEvents="auto"
274
+ accessibilityLabel="Link to, Search or type URL"
275
+ accessibilityRole="button"
276
+ accessibilityState={
277
+ {
278
+ "busy": undefined,
279
+ "checked": undefined,
280
+ "disabled": false,
281
+ "expanded": undefined,
282
+ "selected": undefined,
283
+ }
284
+ }
285
+ accessibilityValue={
286
+ {
287
+ "max": undefined,
288
+ "min": undefined,
289
+ "now": undefined,
290
+ "text": undefined,
291
+ }
292
+ }
293
+ accessible={true}
294
+ collapsable={false}
295
+ focusable={true}
296
+ onClick={[Function]}
297
+ onResponderGrant={[Function]}
298
+ onResponderMove={[Function]}
299
+ onResponderRelease={[Function]}
300
+ onResponderTerminate={[Function]}
301
+ onResponderTerminationRequest={[Function]}
302
+ onStartShouldSetResponder={[Function]}
263
303
  style={
264
- [
265
- undefined,
266
- {},
267
- ]
304
+ {
305
+ "opacity": 1,
306
+ }
268
307
  }
269
308
  >
270
309
  <View
310
+ pointerEvents="auto"
271
311
  style={
272
312
  [
273
313
  undefined,
@@ -275,109 +315,121 @@ exports[`LinksUI LinksUI renders 1`] = `
275
315
  ]
276
316
  }
277
317
  >
278
- <View>
279
- <View
280
- style={
281
- [
282
- undefined,
283
- undefined,
284
- ]
285
- }
286
- >
287
- <Svg
288
- height={24}
289
- lock={true}
290
- style={{}}
291
- viewBox="0 0 24 24"
292
- width={24}
293
- xmlns="http://www.w3.org/2000/svg"
318
+ <View
319
+ style={
320
+ [
321
+ undefined,
322
+ {},
323
+ ]
324
+ }
325
+ >
326
+ <View>
327
+ <View
328
+ style={
329
+ [
330
+ undefined,
331
+ undefined,
332
+ ]
333
+ }
294
334
  >
295
- Path
296
- </Svg>
297
- <View />
335
+ <Svg
336
+ height={24}
337
+ lock={true}
338
+ style={{}}
339
+ viewBox="0 0 24 24"
340
+ width={24}
341
+ xmlns="http://www.w3.org/2000/svg"
342
+ >
343
+ Path
344
+ </Svg>
345
+ <View />
346
+ </View>
347
+ <Text
348
+ style={
349
+ [
350
+ undefined,
351
+ {},
352
+ ]
353
+ }
354
+ >
355
+ Link to
356
+ </Text>
298
357
  </View>
299
- <Text
300
- style={
301
- [
302
- undefined,
303
- {},
304
- ]
358
+ </View>
359
+ <Text
360
+ ellipsizeMode="middle"
361
+ numberOfLines={1}
362
+ style={
363
+ {
364
+ "color": "gray",
305
365
  }
366
+ }
367
+ >
368
+ Search or type URL
369
+ </Text>
370
+ <View
371
+ pointerEvents="auto"
372
+ style={
373
+ [
374
+ false,
375
+ undefined,
376
+ ]
377
+ }
378
+ >
379
+ <Svg
380
+ height={24}
381
+ style={{}}
382
+ viewBox="0 0 24 24"
383
+ width={24}
384
+ xmlns="http://www.w3.org/2000/svg"
306
385
  >
307
- Link to
308
- </Text>
386
+ Path
387
+ </Svg>
309
388
  </View>
310
389
  </View>
311
- <Text
312
- ellipsizeMode="middle"
313
- numberOfLines={1}
314
- style={
315
- {
316
- "color": "gray",
317
- }
318
- }
319
- >
320
- Search or type URL
321
- </Text>
322
390
  <View
323
- pointerEvents="auto"
324
- style={
325
- [
326
- false,
327
- undefined,
328
- ]
329
- }
330
- >
331
- <Svg
332
- height={24}
333
- style={{}}
334
- viewBox="0 0 24 24"
335
- width={24}
336
- xmlns="http://www.w3.org/2000/svg"
337
- >
338
- Path
339
- </Svg>
340
- </View>
391
+ style={{}}
392
+ />
341
393
  </View>
342
394
  <View
343
- style={{}}
344
- />
345
- </View>
346
- <View
347
- accessibilityHint="Double tap to edit this value"
348
- accessibilityLabel="Link text. Empty"
349
- accessibilityRole="button"
350
- accessibilityState={
351
- {
352
- "disabled": false,
395
+ accessibilityHint="Double tap to edit this value"
396
+ accessibilityLabel="Link text. Empty"
397
+ accessibilityRole="button"
398
+ accessibilityState={
399
+ {
400
+ "busy": undefined,
401
+ "checked": undefined,
402
+ "disabled": false,
403
+ "expanded": undefined,
404
+ "selected": undefined,
405
+ }
353
406
  }
354
- }
355
- accessible={true}
356
- collapsable={false}
357
- focusable={true}
358
- onClick={[Function]}
359
- onResponderGrant={[Function]}
360
- onResponderMove={[Function]}
361
- onResponderRelease={[Function]}
362
- onResponderTerminate={[Function]}
363
- onResponderTerminationRequest={[Function]}
364
- onStartShouldSetResponder={[Function]}
365
- style={
366
- {
367
- "opacity": 1,
407
+ accessibilityValue={
408
+ {
409
+ "max": undefined,
410
+ "min": undefined,
411
+ "now": undefined,
412
+ "text": undefined,
413
+ }
368
414
  }
369
- }
370
- >
371
- <View
372
- pointerEvents="auto"
415
+ accessible={true}
416
+ collapsable={false}
417
+ focusable={true}
418
+ onClick={[Function]}
419
+ onResponderGrant={[Function]}
420
+ onResponderMove={[Function]}
421
+ onResponderRelease={[Function]}
422
+ onResponderTerminate={[Function]}
423
+ onResponderTerminationRequest={[Function]}
424
+ onStartShouldSetResponder={[Function]}
373
425
  style={
374
- [
375
- undefined,
376
- {},
377
- ]
426
+ {
427
+ "opacity": 1,
428
+ }
378
429
  }
379
430
  >
380
431
  <View
432
+ pointerEvents="auto"
381
433
  style={
382
434
  [
383
435
  undefined,
@@ -385,88 +437,113 @@ exports[`LinksUI LinksUI renders 1`] = `
385
437
  ]
386
438
  }
387
439
  >
388
- <View>
389
- <View
390
- style={
391
- [
392
- undefined,
393
- undefined,
394
- ]
395
- }
396
- >
397
- <Svg
398
- height={24}
399
- lock={true}
400
- style={{}}
401
- viewBox="0 0 24 24"
402
- width={24}
403
- xmlns="http://www.w3.org/2000/svg"
440
+ <View
441
+ style={
442
+ [
443
+ undefined,
444
+ {},
445
+ ]
446
+ }
447
+ >
448
+ <View>
449
+ <View
450
+ style={
451
+ [
452
+ undefined,
453
+ undefined,
454
+ ]
455
+ }
404
456
  >
405
- Path
406
- </Svg>
407
- <View />
457
+ <Svg
458
+ height={24}
459
+ lock={true}
460
+ style={{}}
461
+ viewBox="0 0 24 24"
462
+ width={24}
463
+ xmlns="http://www.w3.org/2000/svg"
464
+ >
465
+ Path
466
+ </Svg>
467
+ <View />
468
+ </View>
469
+ <Text
470
+ style={
471
+ [
472
+ undefined,
473
+ {},
474
+ ]
475
+ }
476
+ >
477
+ Link text
478
+ </Text>
408
479
  </View>
409
- <Text
410
- style={
411
- [
412
- undefined,
413
- {},
414
- ]
415
- }
416
- >
417
- Link text
418
- </Text>
419
480
  </View>
481
+ <TextInput
482
+ disabled={false}
483
+ editable={true}
484
+ keyboardType="default"
485
+ numberOfLines={1}
486
+ onBlur={[Function]}
487
+ onChangeText={[Function]}
488
+ onFocus={[Function]}
489
+ onSubmitEditing={[Function]}
490
+ placeholder="Add link text"
491
+ placeholderTextColor="gray"
492
+ pointerEvents="none"
493
+ preferredColorScheme="light"
494
+ style={{}}
495
+ value=""
496
+ />
497
+ <View
498
+ pointerEvents="auto"
499
+ style={
500
+ [
501
+ false,
502
+ undefined,
503
+ ]
504
+ }
505
+ />
420
506
  </View>
421
- <TextInput
422
- disabled={false}
423
- editable={true}
424
- keyboardType="default"
425
- numberOfLines={1}
426
- onBlur={[Function]}
427
- onChangeText={[Function]}
428
- onFocus={[Function]}
429
- onSubmitEditing={[Function]}
430
- placeholder="Add link text"
431
- placeholderTextColor="gray"
432
- pointerEvents="none"
433
- preferredColorScheme="light"
434
- style={{}}
435
- value=""
436
- />
437
- <View
438
- pointerEvents="auto"
439
- style={
440
- [
441
- false,
442
- undefined,
443
- ]
444
- }
445
- />
507
+ <View />
446
508
  </View>
447
- <View />
448
- </View>
449
- <View
450
- style={
451
- {
452
- "height": 20,
509
+ <View
510
+ style={
511
+ {
512
+ "height": 20,
513
+ }
453
514
  }
454
- }
455
- />
515
+ />
516
+ </View>
456
517
  </View>
457
518
  </View>
458
- </View>
459
- </RCTScrollView>
519
+ </RCTScrollView>
520
+ </View>
521
+ <View
522
+ collapsable={false}
523
+ pointerEvents="box-none"
524
+ style={{}}
525
+ />
460
526
  </View>
461
- <View
462
- pointerEvents="box-none"
463
- />
464
527
  </View>
465
528
  </View>
466
529
  </View>
467
530
  </View>
468
531
  </View>
469
532
  </View>
533
+ <View
534
+ collapsable={false}
535
+ pointerEvents="box-none"
536
+ style={
537
+ {
538
+ "height": 56,
539
+ "left": 0,
540
+ "position": "absolute",
541
+ "right": 0,
542
+ "top": 0,
543
+ "zIndex": 1,
544
+ }
545
+ }
546
+ />
470
547
  </View>
471
548
  </RNGestureHandlerRootView>
472
549
  </View>