From cbd98d47b6c2f2e434f07a1ddfe52d73f54901b2 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 9 Jan 2017 12:10:28 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/next/docs/button.html b/releases/next/docs/button.html index c3d13b1fd74..1771eb487c3 100644 --- a/releases/next/docs/button.html +++ b/releases/next/docs/button.html @@ -10,7 +10,7 @@ Or, take a look at the ="Learn More" color="#841584" accessibilityLabel="Learn more about this purple button" -/>

Props #

accessibilityLabel string #

Text to display for blindness accessibility features

color color #

Color of the text (iOS), or background color of the button (Android)

disabled bool #

If true, disable all interactions for this component.

onPress function #

Handler to be called when the user taps the button

title string #

Text to display inside the button

You can edit the content above on GitHub and send us a pull request!

Examples #

Edit on GitHub
'use strict'; +/>

Props #

accessibilityLabel string #

Text to display for blindness accessibility features

color color #

Color of the text (iOS), or background color of the button (Android)

disabled bool #

If true, disable all interactions for this component.

onPress function #

Handler to be called when the user taps the button

testID string #

Used to locate this view in end-to-end tests.

title string #

Text to display inside the button

You can edit the content above on GitHub and send us a pull request!

Examples #

Edit on GitHub
'use strict'; const React = require('react'); const ReactNative = require('react-native');