Skip to content

Commit 6b520b2

Browse files
committed
docs: add side sheets feature highlight and rename anchor guide
1 parent 8310713 commit 6b520b2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The true native bottom sheet experience for your React Native Apps. πŸ’©
1414
* πŸš€ **Fully Native** - Implemented in the native realm, zero JS hacks
1515
* β™Ώ **Accessible** - Native accessibility and screen reader support out of the box
1616
* πŸ”„ **Flexible API** - Use [imperative methods](https://sheet.lodev09.com/reference/methods#ref-methods) or [lifecycle events](https://sheet.lodev09.com/reference/events)
17+
* πŸ“ **Side Sheets** - Native [side sheet](https://sheet.lodev09.com/guides/side-sheets) support for iPad and Android tablets
1718
* πŸͺŸ **Liquid Glass** - [iOS 26+ Liquid Glass](https://sheet.lodev09.com/guides/liquid-glass) support out of the box, featured in [Expo Blog](https://expo.dev/blog/how-to-create-apple-maps-style-liquid-glass-sheets)
1819
* 🐎 **Reanimated** - First-class support for [react-native-reanimated](https://sheet.lodev09.com/guides/reanimated)
1920
* 🧭 **React Navigation** - Built-in [sheet navigator](https://sheet.lodev09.com/guides/navigation) for seamless navigation integration

β€Ždocs/blog/2026/side-sheets.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Ever wanted your sheet to slide in from the side? Now it can! The new [`anchor`]
3232

3333
On Android and Web, fine-tune the edge margin with [`anchorOffset`](/reference/configuration#anchoroffset).
3434

35-
Learn more in the [Side Sheet guide](/guides/anchor).
35+
Learn more in the [Side Sheet guide](/guides/side-sheets).
3636

3737
## Max Content Width
3838

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords: [bottom sheet anchor, side sheet, bottom sheet positioning, bottom she
66

77
import previewIpad from '/img/preview-ipad.gif'
88

9-
By default, the sheet is centered horizontally. You can anchor it to the left or right edge of the screen using the [`anchor`](/reference/configuration#anchor) prop.
9+
Ever wanted your sheet to slide in from the side? Now it can! The [`anchor`](/reference/configuration#anchor) prop lets you dock the sheet to the left or right edge β€” perfect for iPad and tablet layouts.
1010

1111
<img alt="side-sheet" src={previewIpad} width="744"/>
1212

0 commit comments

Comments
Β (0)