diff --git a/docs/next/keyboard.html b/docs/next/keyboard.html index de3f759a79b..123cd22d21a 100644 --- a/docs/next/keyboard.html +++ b/docs/next/keyboard.html @@ -132,7 +132,7 @@
keyboardWillChangeFramekeyboardDidChangeFrameNote that if you set android:windowSoftInputMode to adjustResize, only keyboardDidShow and keyboardDidHide events will be available on Android. If you set android:windowSoftInputMode to adjustNothing, no events will be available on Android. keyboardWillShow as well as keyboardWillHide are generally not available on Android since there is no native corresponding event.
Note that if you set android:windowSoftInputMode to adjustResize or adjustPan, only keyboardDidShow and keyboardDidHide events will be available on Android. If you set android:windowSoftInputMode to adjustNothing, no events will be available on Android. keyboardWillShow as well as keyboardWillHide are generally not available on Android since there is no native corresponding event.
removeListener()static removeListener(eventName, callback)
diff --git a/docs/next/keyboard/index.html b/docs/next/keyboard/index.html
index de3f759a79b..123cd22d21a 100644
--- a/docs/next/keyboard/index.html
+++ b/docs/next/keyboard/index.html
@@ -132,7 +132,7 @@
keyboardWillChangeFrame
keyboardDidChangeFrame
-Note that if you set android:windowSoftInputMode to adjustResize, only keyboardDidShow and keyboardDidHide events will be available on Android. If you set android:windowSoftInputMode to adjustNothing, no events will be available on Android. keyboardWillShow as well as keyboardWillHide are generally not available on Android since there is no native corresponding event.
+Note that if you set android:windowSoftInputMode to adjustResize or adjustPan, only keyboardDidShow and keyboardDidHide events will be available on Android. If you set android:windowSoftInputMode to adjustNothing, no events will be available on Android. keyboardWillShow as well as keyboardWillHide are generally not available on Android since there is no native corresponding event.
removeListener()
static removeListener(eventName, callback)