From d79623be995cdd3f768f91c258cf1decdffa68fe Mon Sep 17 00:00:00 2001
From: Website Deployment Script setValue on the mapped outputs. e.g.
Config is an object that may have the following options:
listener: Optional async listener.useNativeDriver: Uses the native driver when true. Default false.Make any React component Animatable. Used to create Animated.View, etc.
Standard value class for driving animations. Typically initialized with + ]),
Config is an object that may have the following options:
listener: Optional async listener.useNativeDriver: Uses the native driver when true. Default false.Make any React component Animatable. Used to create Animated.View, etc.
Imperative API to attach an animated value to an event on a view. Prefer using
+Animated.event with useNativeDrive: true if possible.
Standard value class for driving animations. Typically initialized with
new Animated.Value(0);
See also AnimatedValue.
2D value class for driving 2D animations, such as pan gestures.
See also AnimatedValueXY.
exported to use the Interpolation type in flow
See also AnimatedInterpolation.
Standard value for driving animations. One Animated.Value can drive
multiple properties in a synchronized fashion, but can only be driven by one
mechanism at a time. Using a new mechanism (e.g. starting a new animation,
diff --git a/releases/next/docs/scrollview.html b/releases/next/docs/scrollview.html
index a6526801e0b..3a3dd206355 100644
--- a/releases/next/docs/scrollview.html
+++ b/releases/next/docs/scrollview.html
@@ -10,7 +10,7 @@ view from becoming the responder.
This is where ListView comes into play. ListView renders items lazily,
@@ -35,7 +35,8 @@ instead of vertically in a column. The default value is false.<ScrollView> vs
enum('always', 'never', 'handled', false, true) #Determines when the keyboard should stay visible after a tap.
function #Called when scrollable content view of the ScrollView changes.
Handler function is passed the content width and content height as parameters: (contentWidth, contentHeight)
It's implemented using onLayout handler attached to the content container +a children, (or captured by an ancestor).
function #Called when scrollable content view of the ScrollView changes.
Handler function is passed the content width and content height as parameters:
+(contentWidth, contentHeight)
It's implemented using onLayout handler attached to the content container which this ScrollView renders.
function #Fires at most once per frame during scrolling. The frequency of the
events can be controlled using the scrollEventThrottle prop.
bool #When true, the scroll view stops on multiples of the scroll view's size
when scrolling. This can be used for horizontal pagination. The default
@@ -83,8 +84,8 @@ for UIScrollViewDecelerationRateNormal and
- fast: 0.99
bool #When true, the ScrollView will try to lock to only vertical or horizontal scrolling while dragging. The default value is false.
enum('default', 'black', 'white') #The style of the scroll indicators.
- default (the default), same as black.
- - black, scroll indicator is black. This style is good against a white content background.
- - white, scroll indicator is white. This style is good against a black content background.
number #The maximum allowed zoom scale. The default value is 1.0.
number #The minimum allowed zoom scale. The default value is 1.0.
function #Called when a scrolling animation ends.
number #This controls how often the scroll event will be fired while scrolling
+ - black, scroll indicator is black. This style is good against a light background.
+ - white, scroll indicator is white. This style is good against a dark background.
number #The maximum allowed zoom scale. The default value is 1.0.
number #The minimum allowed zoom scale. The default value is 1.0.
function #Called when a scrolling animation ends.
number #This controls how often the scroll event will be fired while scrolling
(as a time interval in ms). A lower number yields better accuracy for code
that is tracking the scroll position, but can lead to scroll performance
problems due to the volume of information being send over the bridge.
diff --git a/releases/next/docs/webview.html b/releases/next/docs/webview.html
index 15df709a1ed..4b0ee36973d 100644
--- a/releases/next/docs/webview.html
+++ b/releases/next/docs/webview.html
@@ -14,7 +14,8 @@ class MyWeb extends Props # Controls whether to adjust the content inset for web views that are
placed behind a navigation bar, tab bar, or toolbar. The default value
is The amount by which the web view content is inset from the edges of
-the scroll view. Defaults to {top: 0, left: 0, bottom: 0, right: 0}. Use the Set this to provide JavaScript that will be injected into the web page
+the scroll view. Defaults to {top: 0, left: 0, bottom: 0, right: 0}. Use the Function that accepts a string that will be passed to the WebView and
+executed immediately as JavaScript. Set this to provide JavaScript that will be injected into the web page
when the view loads. Boolean that determines whether HTML5 audio and video requires the user
to tap them before they start playing. The default value is Function that is invoked when the Function that is invoked when the Function that is invoked when the Function that is invoked when the A function that is invoked when the webview calls automaticallyAdjustContentInsets?:
bool #true.contentInset?:
{top: number, left: number, bottom: number, right: number} #html?:
string #
Deprecatedsource prop instead.injectedJavaScript?:
string #html?:
string #
Deprecatedsource prop instead.injectJavaScript?:
function #injectedJavaScript?:
string #mediaPlaybackRequiresUserAction?:
bool #true.onError?:
function #WebView load fails.onLoad?:
function #WebView has finished loading.onLoadEnd?:
function #WebView load succeeds or fails.onLoadStart?:
function #WebView starts loading.onMessage?:
function #window.postMessage.
Setting this property will inject a postMessage global into your