You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or you can check platform:
isAndroid() && AndroidKeyboardAdjust.setAdjustNothing();
blaues0cke
changed the title
Suggestion: Implement wrapper to avoid crashes on othere platforms
Suggestion: Implement wrapper to avoid crashes on other platforms
May 29, 2019
I just added the following code in my RN app that runs on iOS and Android:
But to make it work on iOS I have to check if
AndroidKeyboardAdjust
Would be nice to get this wrapped so that
just does nothing (without crashing) on iOS.
The text was updated successfully, but these errors were encountered: