about summary refs log tree commit diff
path: root/modules/bottom-sheet/src
Commit message (Collapse)AuthorAgeFilesLines
* Add displayName to contexts (#8814)Samuel Newman2025-08-142-0/+2
|
* New `Select` component (#8323)Samuel Newman2025-05-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * radix select component on web * native implementation (wip) * fix sheet height/padding * tone down web styles * react 19 cleanup * replace primary language select * change style on native * get auto placeholder working * more style tweaks * replace app language dropdown * replace rnpickerselect with native select * rm react-native-picker-select dependency * rm placeholder, since a value is always selected * docblock for renderItem * add more docblocks * add style prop to item * pass selectedValue through renderItem * fix context * Style overflow buttons --------- Co-authored-by: Eric Bailey <git@esb.lol>
* fix first sheet height change not registering (#8267)Samuel Newman2025-04-222-6/+9
|
* Get sheet padding working consistently (#7798)Samuel Newman2025-02-211-33/+65
| | | | | | | * tweak height/padding of iOS * tweak android ratio calculation * add a bit of extra padding to full height iOS to account for the bit below the safe area
* Don't render unnecessary <Portal> instances (#6217)dan2024-11-103-59/+48
|
* Fix sheets to work nicely on ios 15 (#5685)Hailey2024-10-101-1/+23
|
* Add missing web component (for native view manager) (#5662)Hailey2024-10-092-1/+6
|
* Allow nested sheets without boilerplate (#5660)Samuel Newman2024-10-094-95/+229
| | | | Co-authored-by: Hailey <me@haileyok.com>
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-043-0/+140
Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: dan <dan.abramov@gmail.com> Co-authored-by: Hailey <me@haileyok.com>