diff --git a/docs/next/animated.html b/docs/next/animated.html index dc6c22ebbff..9d3a7232cba 100644 --- a/docs/next/animated.html +++ b/docs/next/animated.html @@ -491,7 +491,7 @@ export default App;
forkEvent()static forkEvent(event, listener)
-Advanced imperative API for snooping on animated events that are passed in through props. It permits to add a new javascript listener to an existing AnimatedEvent. If animatedEvent is a javascript listener, it will merge the 2 listeners into a single one, and if animatedEvent is null/undefined, it will assign the javascript listener directly. Use values directly where possible.aa
Advanced imperative API for snooping on animated events that are passed in through props. It permits to add a new javascript listener to an existing AnimatedEvent. If animatedEvent is a javascript listener, it will merge the 2 listeners into a single one, and if animatedEvent is null/undefined, it will assign the javascript listener directly. Use values directly where possible.
unforkEvent()static unforkEvent(event, listener)
diff --git a/docs/next/animated/index.html b/docs/next/animated/index.html
index dc6c22ebbff..9d3a7232cba 100644
--- a/docs/next/animated/index.html
+++ b/docs/next/animated/index.html
@@ -491,7 +491,7 @@ export default App;
forkEvent()
static forkEvent(event, listener)
-Advanced imperative API for snooping on animated events that are passed in through props. It permits to add a new javascript listener to an existing AnimatedEvent. If animatedEvent is a javascript listener, it will merge the 2 listeners into a single one, and if animatedEvent is null/undefined, it will assign the javascript listener directly. Use values directly where possible.aa
+Advanced imperative API for snooping on animated events that are passed in through props. It permits to add a new javascript listener to an existing AnimatedEvent. If animatedEvent is a javascript listener, it will merge the 2 listeners into a single one, and if animatedEvent is null/undefined, it will assign the javascript listener directly. Use values directly where possible.
unforkEvent()
static unforkEvent(event, listener)
diff --git a/docs/next/textinput.html b/docs/next/textinput.html
index 729dca1c0ee..8dcd68e1d26 100644
--- a/docs/next/textinput.html
+++ b/docs/next/textinput.html
@@ -903,7 +903,8 @@ In order to create a valid string for PasswordRules take a look to
enum('simple', 'highQuality', 'balanced') No Android
-
+
+
underlineColorAndroid
The color of the TextInput underline.
@@ -949,7 +950,7 @@ In order to create a valid string for PasswordRules take a look to
react-native#19366: Calling .focus() after closing Android's keyboard via back button doesn't bring keyboard up again.
react-native#26799: Doesn't support Android's secureTextEntry when keyboardType="email-address" or keyboardType="phone-pad".
-