diff --git a/docs/actionsheetios.html b/docs/actionsheetios.html index 50745cccaa2..81821b70a4b 100644 --- a/docs/actionsheetios.html +++ b/docs/actionsheetios.html @@ -2,11 +2,12 @@ var React = require('react-native'); var { + ActionSheetIOS, StyleSheet, Text, View, } = React; -var ActionSheetIOS = require('ActionSheetIOS'); + var BUTTONS = [ 'Button Index: 0', 'Button Index: 1', diff --git a/docs/mapview.html b/docs/mapview.html index a43f1f8bb50..9b361ecce11 100644 --- a/docs/mapview.html +++ b/docs/mapview.html @@ -17,9 +17,9 @@ to fail silently!

Edit on GitHubExamples #

'use strict'; var React = require('react-native'); -var StyleSheet = require('StyleSheet'); var { MapView, + StyleSheet, Text, TextInput, View, diff --git a/docs/webview.html b/docs/webview.html index 9a54536e8a5..d075b4cb712 100644 --- a/docs/webview.html +++ b/docs/webview.html @@ -1,8 +1,7 @@ -React Native | A framework for building native apps using React

WebView

Edit on GitHubProps #

automaticallyAdjustContentInsets bool #

bounces bool #

contentInset {top: number, left: number, bottom: number, right: number} #

html string #

javaScriptEnabledAndroid bool #

Used for android only, JS is enabled by default for WebView on iOS

onNavigationStateChange function #

renderError function #

renderLoading function #

scalesPageToFit bool #

Used for iOS only, sets whether the webpage scales to fit the view and the -user can change the scale

scrollEnabled bool #

shouldInjectAJAXHandler bool #

startInLoadingState bool #

url string #

Edit on GitHubExamples #

'use strict'; +React Native | A framework for building native apps using React

WebView

Edit on GitHubProps #

automaticallyAdjustContentInsets bool #

bounces bool #

contentInset {top: number, left: number, bottom: number, right: number} #

html string #

injectedJavascriptIOS string #

Used for iOS only, sets the JS to be injected when the webpage loads.

javaScriptEnabledAndroid bool #

Used for android only, JS is enabled by default for WebView on iOS

onNavigationStateChange function #

renderError function #

renderLoading function #

scalesPageToFit bool #

Used for iOS only, sets whether the webpage scales to fit the view and the +user can change the scale

scrollEnabled bool #

startInLoadingState bool #

url string #

Edit on GitHubExamples #

'use strict'; var React = require('react-native'); -var StyleSheet = require('StyleSheet'); var { StyleSheet, Text,