文件名称:react-native-custom-actionsheet::scroll:跨平台自定义ActionSheet
文件大小:1.02MB
文件格式:ZIP
更新时间:2024-06-05 22:51:13
react react-native custom-actionsheet action-sheet react-native-actionsheet
React本机自定义动作表 跨平台的ActionSheet。 该组件实现了自定义ActionSheet,并提供了在不同平台(iOS和Android)上进行绘制的相同方法。 实际上,为了保持最佳效果,它仍在iOS上使用ActionSheetIOS。 对于自定义ActionSheet,它根据平台使用不同的样式。 该项目基于的 。 安装 npm i -S react-native-custom-actionsheet ActionSheetCustom的用法 这样您就可以自定义ActionSheet按钮 import React , { Component } from 'react' import { View , Text , StyleSheet } from 'react-native' import { ActionSheetCustom as ActionSheet } fr
【文件预览】:
react-native-custom-actionsheet-master
----yarn.lock(304KB)
----.eslintrc.js(74B)
----.babelrc(41B)
----lib()
--------styles.js(2KB)
--------ActionSheetIOS.js(1KB)
--------CancelButton.js(1KB)
--------Message.js(426B)
--------Button.js(913B)
--------ActionSheetCustom.js(6KB)
--------index.js(373B)
----examples()
--------ios.gif(743KB)
--------Basic()
--------android.gif(1.19MB)
----LICENSE(1KB)
----README.md(5KB)
----.editorconfig(208B)
----.gitignore(341B)
----.prettierrc.js(67B)
----package.json(2KB)