React Native Bottom Sheet Behavior

screenshot of React Native Bottom Sheet Behavior
react-native

react-native wrapper for android BottomSheetBehavior

Overview:

This React Native package, react-native-bottom-sheet-behavior, serves as a wrapper for Android's BottomSheetBehavior, offering support for FloatingActionButton. The latest major release, v1.0.0, introduces anchor state support, allowing for a middle state between collapsed and expanded. The package includes various custom implementations for enhanced functionality.

Features:

  • Anchor State Support: Middle state between collapsed and expanded.
  • Custom BottomSheetBehavior: Improved version with anchor state support and colors management.
  • Included Components: CoordinatorLayout, BottomSheetBehavior, FloatingActionButton, MergedAppBarLayout, ScrollingAppBarLayout, and more.

Summary:

The react-native-bottom-sheet-behavior library is a helpful tool for implementing BottomSheetBehavior in React Native apps, particularly for Android. With features like anchor state support, custom AppBarLayouts, and various components included, it provides a seamless way to enhance user interfaces with bottom sheets. Installation is straightforward, making it accessible for developers looking to incorporate this functionality in their projects.

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.