React Native悬浮按钮组件:react-native-action-button,纯JS组件,支持安卓和IOS双平台,支持设置子按钮,支持自定义位置和样式和图标。
效果图
安装方法
npm i react-native-action-button --save react-native link react-native-vector-icons
因为用到了react-native-vector-icons图标组件,需要做下link。如果你项目中已经使用了react-native-vector-icons,那就不需要这步了。
示例代码
)} /> 悬浮按钮组件示例 console.log("notes tapped!")}> {}}> {}}> { alert('你点了我!')}} renderIcon={() => ( 新增
主要参数说明
ActionButton
ActionButton.Item
完整示例
完整代码:GitHub - forrest23/ReactNativeComponents: React Native组件大全
本次示例代码在 Component10文件夹中。
组件地址
GitHub - mastermoo/react-native-action-button: customizable multi-action-button component for react-native
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。