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!
Used for android only, JS is enabled by default for WebView on iOS
Used for iOS only, sets whether the webpage scales to fit the view and the -user can change the scale
Used for iOS only, sets the JS to be injected when the webpage loads.
Used for android only, JS is enabled by default for WebView on iOS
Used for iOS only, sets whether the webpage scales to fit the view and the +user can change the scale