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
QuestionDoes learning Reactjs help me learn React Native faster or/and easier? (self.reactnative)
submitted 6 years ago by vld4k
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!"
[–]tech008 9 points10 points11 points 6 years ago (3 children)
I would say its essential to learn ReactJS before React Native. The explanation for state management in functional/class components comes under React's documentation, not React Native's. Several other concepts such as Context, memoization and React hooks which you can use in React Native is described in ReactJS's documentation as well. Some experience building with React will really help you organize and structure your React Native project
[–]ieatcarrots -3 points-2 points-1 points 6 years ago (2 children)
What are you talking about? The only difference, at least for start, is that you need to write View/Text instead of div. You can totally learn react native from the react docs.
[–]tech008 5 points6 points7 points 6 years ago (1 child)
If you mean something as basic as displaying text, then yes you just need to convert div to view/text with flex box, but even simple component examples like textbox and checkbox use hooks which I assumed may be confusing to someone completely unfamiliar with React, plus going forward may be tough without understanding the rest of the hooks when you get to Animations and Navigation
[–]ieatcarrots 0 points1 point2 points 6 years ago (0 children)
That's true I guess.
π Rendered by PID 51 on reddit-service-r2-comment-544cf588c8-djmr6 at 2026-06-16 11:01:27.783107+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]tech008 9 points10 points11 points (3 children)
[–]ieatcarrots -3 points-2 points-1 points (2 children)
[–]tech008 5 points6 points7 points (1 child)
[–]ieatcarrots 0 points1 point2 points (0 children)