plneple

Results 4 issues of plneple

Sometimes it's useful to "mark" a primitive value as a separate type. There are several ways to do this, but the most common goes something like this: ``` export type...

### Description https://github.com/user-attachments/assets/8286044e-dc32-4bc9-a5e2-ae3023c5f3ce ### Steps to reproduce 1. Create a FormSheet with `sheetAllowedDetents` set to `fitToContents` and an input inside 2. Focus the input 3. Keyboard opens over the input...

Bug
Platform: Android
Repro provided

### Description The full-screen formSheet modal ignores window insets and opens beneath the Status Bar. I haven't found a way to address this from userland. https://github.com/user-attachments/assets/918e9d97-3825-4284-8f58-6df0fb9cdac7 ### Steps to reproduce...

Platform: Android
Repro provided

Adding a child to a view managed by generated ViewManager causes a runtime crash

enhancement