From 5b61437c97248d5fe73a87d7913c3edd80092f83 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 21 Oct 2015 19:28:21 +0000 Subject: [PATCH] update website --- docs/actionsheetios.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/actionsheetios.html b/docs/actionsheetios.html index fb5291d5215..eeed7b9fee2 100644 --- a/docs/actionsheetios.html +++ b/docs/actionsheetios.html @@ -9,9 +9,9 @@ } = React; var BUTTONS = [ - 'Button Index: 0', - 'Button Index: 1', - 'Button Index: 2', + 'Option 0', + 'Option 1', + 'Option 2', 'Destruct', 'Cancel', ]; @@ -32,7 +32,7 @@ Click to show the ActionSheet </Text> <Text> - Clicked button at index: "{this.state.clicked}" + Clicked button: {this.state.clicked} </Text> </View> );