React-Native:本机基本按钮带有边框的自定义边框宽度

时间:2018-07-19 06:52:22

标签: react-native native-base

我需要增加Native base默认按钮的边框宽度。默认宽度很薄,但是没有适当的指南来自定义基本文档中的按钮。有人请引导我在Native base中调整带边框的按钮的宽度(厚度)(react native)。

1 个答案:

答案 0 :(得分:2)

borderWidth来自主题变量文件https://github.com/jitsi/lib-jitsi-meet/blob/master/doc/API.md#installation,通常在各个组件中使用。

您也可以在https://github.com/GeekyAnts/NativeBase/blob/master/src/theme/variables/commonColor.js#L257

中对其进行自定义