React-Native:本机基础按钮边框自定义边框宽度
React-Native: Native base button bordered custom border width
我需要增加 Native base 默认按钮的边框宽度。默认宽度非常细,但没有适当的指南来自定义本机基本文档中的按钮。有人请指导我在 Native base ( react native ) 中调整带边框的按钮宽度(厚度)。
borderWidth
来自主题变量文件 https://github.com/GeekyAnts/NativeBase/blob/master/src/theme/variables/commonColor.js#L257,这通常用于各种组件。
您也可以在 https://github.com/GeekyAnts/NativeBase/blob/master/src/theme/components/Button.js
中进行自定义
我需要增加 Native base 默认按钮的边框宽度。默认宽度非常细,但没有适当的指南来自定义本机基本文档中的按钮。有人请指导我在 Native base ( react native ) 中调整带边框的按钮宽度(厚度)。
borderWidth
来自主题变量文件 https://github.com/GeekyAnts/NativeBase/blob/master/src/theme/variables/commonColor.js#L257,这通常用于各种组件。
您也可以在 https://github.com/GeekyAnts/NativeBase/blob/master/src/theme/components/Button.js
中进行自定义