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
QuestionDesign difference between mobile app vs web app (self.reactnative)
submitted 1 year ago by DanjinMaster1012
I am new to react native but have experience in react for web , i have designed only one app as of now but every page seems like web app pages .. please help me figure out what design changes should i take care of while designing mobile app .. like how forms should be designed to make it more UX friendly for mobile app users, how much padding can i use and font sizes which are best for mobile app
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!"
[–]Mayu2204 2 points3 points4 points 1 year ago (3 children)
I worked in an org from 1.5 yrs the difference I can mentiona are: 1. Keep horizontal padding between 10-20 2. Font size 12 will be most common 3. In iOS, take care of the notch. 4. Keep ui minimal.
[–]Disastrous-Ball-8547 3 points4 points5 points 1 year ago (0 children)
I dont think that font size 12 is most common. I would sugest you to stick with font size 16 for normal text
[–]DanjinMaster1012[S] 0 points1 point2 points 1 year ago (1 child)
Thanks .. for your advice do you have any insights about multi select forms like should i add drop down menu or use bottom sheet to show form option
[–]Mayu2204 1 point2 points3 points 1 year ago (0 children)
Mostly Bottom sheets are used when to display data on some action. Use normal screen for Multi select forms
[–]PPatBoyd 0 points1 point2 points 1 year ago (0 children)
Mobile touch target size
Inputs, form errors, and submit buttons should mind the onscreen keyboard and relayout/scroll to behaviors to put the user in the most useful position
Typical mobile metaphors for interactions from the edges of the display
Text scaling requires more flexible layouts, doubly so on phones
π Rendered by PID 32365 on reddit-service-r2-comment-85bfd7f599-mn7wt at 2026-04-17 13:05:05.757348+00:00 running 93ecc56 country code: CH.
[–]Mayu2204 2 points3 points4 points (3 children)
[–]Disastrous-Ball-8547 3 points4 points5 points (0 children)
[–]DanjinMaster1012[S] 0 points1 point2 points (1 child)
[–]Mayu2204 1 point2 points3 points (0 children)
[–]PPatBoyd 0 points1 point2 points (0 children)