Releases: nysamnang/react-native-raw-bottom-sheet
3.0.0
Hooray! The new version 3 has been released.
Please pay close attention if you are upgrading the RBSheet from version 2 to version 3.
- Functional Components: Starting from v3.0.0, RBSheet has been completely rewritten using Functional Components. This improves performance and aligns with modern React practices.
- Prop Removal & Renaming: Several props have been removed and renamed for improved clarity and maintainability. Please refer to the updated documentation for a complete list of available props and their intended behavior.
2.2.1
Motivation
Thank you for using the
react-native-raw-bottom-sheet
library.This library has been published for over 5 years and I've noticed that new libraries are being published frequently, and I hope that those newer libraries will replace this small library with time, that's why I have stopped maintaining this project for the past few years.
However, I was pleasantly surprised to see that the number of installations has remained high over the past year. Therefore, I have decided to continue to maintain this project.
I will ensure that this project remains simple and lightweight, without requiring any configuration or external dependencies.
I would also like to express my gratitude to all the contributors who have made pull requests. Thank you!
New
- #82 Add method setHeight dynamic.
- #90 More Customization Modal.
- #96 Add prop to allow dragging down from any touchable components inside the sheet.
- #122 Fix Typings for open and close methods.
- #146 Update index.d.ts to fix ts error.
Note: I haven't tested this pull request yet. If any errors occur, please use the previous version instead. I will update the dependencies and new features later.