From 79a6a5a486114cfafa713e0bc00941018471d4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E4=B8=AD=E5=8E=9F?= Date: Fri, 5 May 2017 09:47:09 +0800 Subject: [PATCH] Fix presentation of props in 'Button' docs --- docs/components/Button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/Button.md b/docs/components/Button.md index 93ffc47d..7253ed1c 100644 --- a/docs/components/Button.md +++ b/docs/components/Button.md @@ -23,7 +23,7 @@ If `true`, disable all interactions for this element. This function is called on press. -testID: ?string +**testID**: ?string Used to locate this view in end-to-end tests.