-
React-native 在 Android 上实现的 BottomSheetBehavior 效果的代码
资源介绍
react-native-bottom-sheet-behavior
react-native wrapper for android BottomSheetBehavior, supports FloatingActionButton.
Demo
See the Google Maps gif implementation
v1.0.0
This major release v1.0.0 supports anchor state, which means that you can have a middle state between collapsed and expanded.
This version now uses a custom BottomSheetBehavior implementation from
miguelhincapie/CustomBottomSheetBehavior
which is basically a fork from the original design-support, but with anchor state support