Transitioning to react-native-screens #176
Replies: 3 comments 1 reply
-
Thank you for all the work you did ! ❤️ |
Beta Was this translation helpful? Give feedback.
-
Is there any chance you could update your docs to include an example of how the react-native-screens pattern works? I don't love that the react-navigation modals (implementing react-native-screens) require being in the root stack and the component-in-screen pattern of true sheet was very attractive to me as well as the way nesting sheets were supported. It allowed for very useful compound components that use multiple sheets for filters, drill downs, etc. The documentation for react-native-screens leaves a lot to be desired. Honestly its a shame this project is being abandoned, its considerably more approachable than the alternatives. Have you considered implementing your API using react-native-screens as a base? |
Beta Was this translation helpful? Give feedback.
-
thank you for your work as always! would you consider adding this announcement in the readme.md section? have to admit I'm a little heartbroken after migrating my menu components into bottom sheets, then saw this while searching for keyboard avoiding techniques in the discussion section. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone 👋
Thanks so much for using and supporting
react-native-true-sheet
! I originally created this library because there weren’t any native bottom sheet solutions available for React Native at the time.Now, things have changed. The team behind
react-native-screens
has started working on their own native bottom sheet, which integrates better withreact-navigation
and supports the new React Native architecture. Since this aligns better with where the ecosystem is going, I’ve decided to shift my focus there.I’ve opened a draft PR in there to bring some of the features from true-sheet over. It’s still a WIP, but I’m excited about where it’s headed!
software-mansion/react-native-screens#2902
Going forward, I won’t be adding new features to
react-native-true-sheet
, and I recommend checking out the upcoming bottom sheet inreact-native-screens
as it develops.Thanks again for being part of this project ❤️
Beta Was this translation helpful? Give feedback.
All reactions