Skip to content

Commit

Permalink
docs: blog update
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Apr 22, 2024
1 parent 85cfa8b commit 2d7f92d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added docs/blog/2024/img/auto-sizing.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ authors: [lodev09]
tags: [release]
---

import sizing from './img/auto-sizing.gif'

## Version 0.10 🎉

True Sheet is getting better with every update! This latest version introduces some exciting new features to enhance your experience.
Expand Down Expand Up @@ -52,6 +54,8 @@ True Sheet has long supported [`auto`](/reference/types#sheetsize) sizing, where

With version `0.10`, `auto` sizing is now truly automatic. Whenever the content within the sheet changes, the sheet's height will adjust seamlessly without the need for re-presenting. 😎

<img src={sizing} width="300"/>

This enhancement ensures a smooth and responsive experience, keeping your sheets sized appropriately at all times without any extra effort on your part.

Checkout [this example](https://github.com/lodev09/react-native-true-sheet/blob/main/example/src/sheets/PromptSheet.tsx) to see it in action!
Expand Down

0 comments on commit 2d7f92d

Please sign in to comment.