React Native Raw Bottom Sheet Versions Save

Add Your Own Component To Bottom Sheet Whatever You Want (Android and iOS)

3.0.0

1 month ago

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

2 months ago

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.

2.2.0

4 years ago

New

  • Add prop to allow dragging from top area only #69.
  • Split props duration to openDuration & closeDuration separately.

Fixed

  • Specify native driver for Animated #78.

Breaking change

  • The props duration now is no longer to use while we've separated to openDuration & closeDuration.

2.1.0

4 years ago

New

  • Add a prop to enable/disable KeyboardAvoidingView (#46).
  • Add "onOpen" prop function: triggered when opening the bottom sheet (#53)

2.0.6

4 years ago

Fixed

Fix issue with type declaration #38

2.0.5

4 years ago

New

  • Add props closeOnPressBack to handle press back hardware android whether you want to close the bottom sheet or not (#18 , #19 ).

2.0.4

4 years ago

New

  • Add draggable icon on the top of the bottom sheet when props closeOnDragDown is true
  • Add example

Fixed

  • Keyboard overlay on iOS input ( #30, #21 )

2.0.2

4 years ago

1.1.4

5 years ago

1.1.3

5 years ago