登录 注册
当前位置:主页 > 资源下载 > 10 > React-native 在 Android 上实现的 BottomSheetBehavior 效果的代码

React-native 在 Android 上实现的 BottomSheetBehavior 效果的代码

  • 更新:2024-10-23 17:03:20
  • 大小:1.72MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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