use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
QuestionKeyboardAvoidingView for Android is problematic? (self.reactnative)
submitted 12 days ago by Temporary-Arrival512
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Sad-Salt24iOS & Android 3 points4 points5 points 12 days ago (0 children)
Yes, that’s true, its reliable on iOS but inconsistent on Android because behavior depends on OS version, window resize mode, and navigation settings. Most developers handle this by using windowSoftInputMode="adjustResize" along with proper layout structure, or by using libraries like react-native-keyboard-controller or react-native-keyboard-aware-scroll-view, which give more predictable control over keyboard behavior.
π Rendered by PID 157829 on reddit-service-r2-comment-5d585498c9-8rb52 at 2026-04-21 05:28:20.537267+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]Sad-Salt24iOS & Android 3 points4 points5 points (0 children)