From 032f14b61c9cc0a7fc7edee60343c5572c10bcc3 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 14 Jul 2016 08:15:07 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/touchablehighlight.html | 2 +- releases/next/docs/touchableopacity.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/next/docs/touchablehighlight.html b/releases/next/docs/touchablehighlight.html index 4cf892a5acc..40e5b6ff33e 100644 --- a/releases/next/docs/touchablehighlight.html +++ b/releases/next/docs/touchablehighlight.html @@ -8,7 +8,7 @@ backgroundColor of the wrapped view isn't explicitly set to an opaque color <TouchableHighlight onPress={this._onPressButton}> <Image style={styles.button} - source={require('./myButton.png')} + source={require('image!myButton')} /> </TouchableHighlight> ); diff --git a/releases/next/docs/touchableopacity.html b/releases/next/docs/touchableopacity.html index fed8e96e559..268a2e9edac 100644 --- a/releases/next/docs/touchableopacity.html +++ b/releases/next/docs/touchableopacity.html @@ -6,7 +6,7 @@ easy to add to an app without weird side-effects.

Example:

={this._onPressButton}> <Image style={styles.button} - source={require('./myButton.png')} + source={require('image!myButton')} /> </TouchableOpacity> );