Fredrik Burmester
1a3ee37657
fix(ios): repair PlatformDropdown sizing, tap-to-open, and option text on SDK 55
...
- Measure the trigger's intrinsic size in RN and pin it on the @expo/ui Host;
SDK 55 Host fills available space by default and matchContents reports the
native Menu's size, so neither sized the dropdown correctly.
- Swap ContextMenu (long-press) for Menu (tap-to-open).
- Render native Button/Picker items via the string `label` prop / SwiftUIText
instead of RN <Text> children, which rendered invisibly inside SwiftUI.
- Key/tag Picker options by index to avoid duplicate "[object Object]" keys
from object-valued options (bitrate, media source).
2026-05-27 15:24:05 +02:00
..
2025-07-21 09:44:24 +02:00
2026-01-29 07:38:56 +01:00
2026-05-20 15:30:40 +02:00
2026-01-11 17:38:41 +01:00
2026-01-03 13:05:50 +01:00
2026-05-22 12:39:59 +02:00
2026-01-19 08:21:55 +01:00
2026-01-11 17:38:41 +01:00
2026-01-25 22:55:44 +01:00
2026-01-29 07:38:56 +01:00
2026-01-03 13:05:50 +01:00
2026-01-26 20:30:50 +01:00
2026-05-26 11:34:37 +02:00
2025-11-16 16:40:42 +01:00
2025-08-07 10:12:40 +02:00
2026-01-18 13:20:17 +01:00
2025-07-21 09:44:24 +02:00
2026-01-30 09:15:44 +01:00
2026-01-30 09:15:44 +01:00
2026-05-27 09:33:55 +02:00
2026-02-01 12:44:36 +01:00
2026-05-25 14:19:36 +02:00
2026-01-16 08:30:33 +01:00
2026-05-27 07:32:48 +02:00
2026-05-27 07:32:48 +02:00
2026-01-11 17:38:41 +01:00
2026-01-09 08:37:30 +01:00
2026-01-05 21:32:40 +01:00
2026-01-03 13:05:50 +01:00
2025-11-11 08:53:23 +01:00
2026-01-25 22:55:44 +01:00
2025-11-11 08:53:23 +01:00
2025-08-21 17:19:53 +02:00
2026-05-22 15:00:13 +02:00
2026-01-10 19:35:27 +01:00
2025-01-30 09:20:31 +01:00
2025-01-06 14:28:24 +01:00
2025-08-15 21:34:22 +02:00
2026-01-26 19:36:51 +01:00
2025-11-11 08:53:23 +01:00
2026-01-25 22:55:44 +01:00
2026-01-03 13:05:50 +01:00
2026-01-11 17:38:41 +01:00
2025-07-21 09:44:24 +02:00
2026-01-26 19:36:51 +01:00
2026-02-01 19:19:32 +01:00
2026-01-25 21:31:37 +01:00
2025-08-15 21:34:22 +02:00
2026-01-16 19:04:13 +01:00
2025-07-21 09:44:24 +02:00
2025-07-21 09:44:24 +02:00
2026-01-16 19:04:13 +01:00
2025-11-11 08:53:23 +01:00
2025-09-08 13:25:51 +02:00
2026-01-03 13:05:50 +01:00
2025-07-21 09:44:24 +02:00
2025-11-11 08:53:23 +01:00
2026-01-31 10:52:21 +01:00
2026-01-09 08:37:30 +01:00
2025-07-21 09:44:24 +02:00
2026-05-27 15:24:05 +02:00
2026-01-03 19:14:20 +01:00
2026-01-31 18:54:23 +01:00
2026-05-21 18:04:45 +02:00
2026-01-11 17:38:41 +01:00
2025-07-21 09:44:24 +02:00
2026-02-01 12:27:22 +01:00
2025-07-21 09:44:24 +02:00
2025-07-21 09:44:24 +02:00
2026-01-10 19:35:27 +01:00
2026-01-09 08:37:30 +01:00
2026-01-03 13:05:50 +01:00
2026-01-16 19:04:13 +01:00
2025-03-16 18:01:12 +01:00
2024-07-31 23:19:47 +02:00
2025-11-07 15:14:13 +01:00
2026-01-19 08:21:55 +01:00