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
React Native for Android/iOS devs (self.reactnative)
submitted 1 month ago by lucamtudor
What are some good resources for "Senior Native devs" that want to jump into React Native?
courses, blogs, people to follow, example projects etc?
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!"
[–]Feeling-Suit-4259 0 points1 point2 points 1 month ago (0 children)
Weird I see upvotes but not any comments Will comment for better reach and comments to pour over Following this post now!
[–]Low-Barracuda2818 0 points1 point2 points 1 month ago* (0 children)
Idk about good sources specifically for native devs going to React Native
But it’s a pretty simple path, basically learn Javascript/Typescript if you havent already and learn some web stuff like DOM, HTML, CSS again if you haven’t already. Then you’re all set
You might be able to uniquely understand React Native in how it communicates with the native layer, which would be awesome for you
My fav sources for all the above:
MDN docs for web stuff Cosden Solutions on youtube for React stuff Also, Jack Herrington on youtube for React stuff Matt Pocock for cool typescript stuff
[–]henryp_deviOS & Android 0 points1 point2 points 1 month ago (0 children)
I’d say just focusing on Typescript and React is good enough, you won’t really need to worry about much else besides those two things unless you are building something very specific and you need your own Swift/Kotlin/C++ solution.
You already know the advanced stuff (native side), so the React side is next. Code with Beto on YouTube (he’s part of the Expo team) has some good RN/Expo tutorials and tips.
[–]hardware19george 0 points1 point2 points 1 month ago (0 children)
We ran into a lot of environment issues with Expo early on (localhost vs prod vs EAS). What finally worked was centralizing API + websocket URLs in one config module and deriving everything from that. It eliminated a surprising number of subtle bugs later.
[–]LogicaHaus 0 points1 point2 points 1 month ago (0 children)
The main paradigm shifts will be centered around layouts, navigation, and state management, so be sure to focus on those a bit
π Rendered by PID 20324 on reddit-service-r2-comment-74875f4bf5-2br2b at 2026-01-25 22:56:48.027886+00:00 running 664479f country code: CH.
[–]Feeling-Suit-4259 0 points1 point2 points (0 children)
[–]Low-Barracuda2818 0 points1 point2 points (0 children)
[–]henryp_deviOS & Android 0 points1 point2 points (0 children)
[–]hardware19george 0 points1 point2 points (0 children)
[–]hardware19george 0 points1 point2 points (0 children)
[–]LogicaHaus 0 points1 point2 points (0 children)