npm @lodev09/react-native-true-sheet 3.11.0-beta.10
Release 3.11.10 (beta)

4 hours ago

🎉 New features

🐛 Bug fixes

  • iOS: Fixed Mac Catalyst build issue. (#685 by @theeket)
  • iOS: Fixed footer rendering at the bottom of the content view instead of the bottom of the sheet when the footer view is recycled across present cycles. (#688 by @lucaswickstrom)

⚠️ Breaking

  • Renamed pageSizing: boolean to presentation: 'page' | 'form' (default 'page'). presentation='form' is absolute and ignores maxContentWidth. Migration: pageSizing={true}presentation='page' (default); pageSizing={false}presentation='form'. (#680 by @lodev09)
  • Web: Removed stackBehavior prop; stacking is now handled automatically. (#639)
  • Web: Peer dependency changed from @gorhom/bottom-sheet to @radix-ui/react-dialog. (#639)

💡 Others

  • Bump react-native-monorepo-config to fix build on windows. (#672 by @harveylx)

Don't miss a new react-native-true-sheet release

NewReleases is sending notifications on new releases.