Transitioning to react-native-screens #176
Replies: 6 comments 7 replies
-
|
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.
-
|
If you use |
Beta Was this translation helpful? Give feedback.
-
|
Just an update: So after some time working on some features to react-native-screens, we've decided to go back to TrueSheet. It was kinda painful and seems like they're completely ignoring my pr lol. With that being said, I'm completely rewriting this library to Fabric! It's a major overhaul and comes with new features & fixes. IOS is 90% done. Android on-going! Thank you for your patience! 😄 |
Beta Was this translation helpful? Give feedback.
-
|
react-native-screens integration is now built-in with TrueSheet #213. Example is patched with this as well. |
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-screenshas started working on their own native bottom sheet, which integrates better withreact-navigationand 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-screensas it develops.Thanks again for being part of this project ❤️
Beta Was this translation helpful? Give feedback.
All reactions