From b1de466a523a0f188142f4e52c5eed295e2fb23a Mon Sep 17 00:00:00 2001 From: Enieber Cunha <7907068+enieber@users.noreply.github.com> Date: Mon, 7 Jun 2021 01:36:19 -0300 Subject: [PATCH 1/2] create documentation of button component --- docs/button.md | 133 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 132 insertions(+), 1 deletion(-) diff --git a/docs/button.md b/docs/button.md index 43d2865..2b57794 100644 --- a/docs/button.md +++ b/docs/button.md @@ -1,5 +1,136 @@ --- id: button title: Button -wip: true --- + +A basic button component that should render nicely on any platform. Supports a minimal level of customization. + +If this button doesn't look right for your app, you can build your own button using [TouchableOpacity](touchableopacity) or [TouchableWithoutFeedback](touchablewithoutfeedback). + +```res +