From bcc1691c6ff97c8f285688b5007058f8e440c8c2 Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Sat, 21 Mar 2015 17:43:27 +0000
Subject: [PATCH] update website
---
docs/image.html | 2 +-
docs/touchablehighlight.html | 2 +-
docs/touchableopacity.html | 2 +-
docs/webview.html | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/image.html b/docs/image.html
index 2bf6fa51871..992de8204ad 100644
--- a/docs/image.html
+++ b/docs/image.html
@@ -5,7 +5,7 @@ images from local disk, such as the camera roll.
Example usage:
>
<Image
style
={styles
.icon
}
- source
={ix('myIcon')}
+ source
={require('image!myIcon')}
/>
<Image
style
={styles
.logo
}
diff --git a/docs/touchablehighlight.html b/docs/touchablehighlight.html
index 65132ad5bec..6847980a9e9 100644
--- a/docs/touchablehighlight.html
+++ b/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
={ix('myButton')}
+ source
={require('image!myButton')}
/>
<
/View
>
);
diff --git a/docs/touchableopacity.html b/docs/touchableopacity.html
index 239da51b9cd..58190fe7c09 100644
--- a/docs/touchableopacity.html
+++ b/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
={ix('myButton')}
+ source
={require('image!myButton')}
/>
<
/View
>
);
diff --git a/docs/webview.html b/docs/webview.html
index f46762d43af..5f382a16703 100644
--- a/docs/webview.html
+++ b/docs/webview.html
@@ -1,4 +1,4 @@
-
React Native | Build Native Apps Using ReactWebView
Props #
automaticallyAdjustContentInsets bool #
contentInset {top: number, left: number, bottom: number, right: number} #
onNavigationStateChange function #
renderErrorView function #
renderLoadingView function #
shouldInjectAJAXHandler bool #
startInLoadingState bool #
style View.propTypes.style #
WebView
Props #
automaticallyAdjustContentInsets bool #
contentInset {top: number, left: number, bottom: number, right: number} #
onNavigationStateChange function #
shouldInjectAJAXHandler bool #
startInLoadingState bool #
style View.propTypes.style #