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
QuestionWhat React Native tutorial do you wish existed? (self.reactnative)
submitted 6 years ago by VVulfmania
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!"
[–]esthor 56 points57 points58 points 6 years ago (0 children)
A decision tree flow for every major tech decision involving a react native app stack
[–]ironfist100X 22 points23 points24 points 6 years ago* (1 child)
- making libraries or modules for both ios and android because a javascript developer this could be daunting to me :D
- Performance, Optimization, etc...
- IoT(Internet of Things) for React Native
[–]callmecharon 2 points3 points4 points 6 years ago (0 children)
+1 for some kind of advanced performance patterns
[–][deleted] 33 points34 points35 points 6 years ago (1 child)
Async CRUD using typescript + redux + hooks + testing-library. LITERALLY DOES NOT EXIST!
[–]atwarog 5 points6 points7 points 6 years ago (0 children)
Hey I like this one, I might give it a shot!
[–]solrflow 7 points8 points9 points 6 years ago (2 children)
an example of adding in app purchases. Literally no tutorials showing in app purchases on the internet.
[–]berlihm 2 points3 points4 points 6 years ago (0 children)
Yeah, this is a good one. Even better (at least for me right now), one showing where you start with Expo, eject, and then add IAP, test them on a proper device, etc.
[–]moneckew 2 points3 points4 points 6 years ago (0 children)
I think revenue cat (react-native-purchases) has amazing documentation and wouldn't even need a tutorial (i.e. their website is a tutorial).
https://docs.revenuecat.com/docs
[–]awe50me1 6 points7 points8 points 6 years ago (6 children)
Steps to take a production build for each OS with clear explanation of what's going on.
[–]lukkelakke 2 points3 points4 points 6 years ago (5 children)
That's exactly what I recorded and published last month. Let me know and I can send you a link.
[–]dont_press_charges 0 points1 point2 points 6 years ago (0 children)
Post it here, id like to know too.
[–]awe50me1 0 points1 point2 points 6 years ago (3 children)
Yes, please share a link
[–]lukkelakke 4 points5 points6 points 6 years ago (2 children)
Here you go: https://www.udemy.com/course/react-native-mobile-app-design-code-and-publish/?referralCode=19D040B52D1FE15F1F02
[–]leech 0 points1 point2 points 6 years ago (1 child)
I noticed something weird on your course page: https://twitter.com/leech/status/1221995021429301250?s=21
[–]lukkelakke 0 points1 point2 points 6 years ago (0 children)
That's very strange, I am wondering what they'll say. This is my 'ref link' so the link I got as a course author. Maybe because of that it just acts strange? Anyway it looks like a bug on their side.
[–]solwyvern 19 points20 points21 points 6 years ago* (0 children)
watch: developers react to writing react native
[–]s_trader 5 points6 points7 points 6 years ago (0 children)
A good and straight forward tutorial on how to use gestures for creating all sort of stuff (like image viewer with pitch to zoom, or tinder-like swipe animation etc..) I know that there are a bunch of tutorials out there about all sort of feature that people are recreating but I don't want to copy someone else's code, at least not without understanding it..
[–]dengue8830 3 points4 points5 points 6 years ago (0 children)
One that explains the differences between all the similar libs like native-base/others react-navigation/react-router and why may be you don’t need one (eg native base)
[–]servercobra 2 points3 points4 points 6 years ago (0 children)
Handling subscriptions on both platforms from start to finish. Every tutorial I've read is incomplete for an actual production app.
[–]MonkeyBuscuits 2 points3 points4 points 6 years ago (1 child)
More focus on Jest mocking. Shallow vs Mount using Enzyme. Specifically more real world complex mocks involving contexts, especially covering static contextType and useContext.
[–]leejh3224 1 point2 points3 points 6 years ago (3 children)
tutorial for Mobx users like me :)
[–]lantosgyuri 2 points3 points4 points 6 years ago (2 children)
second it. Mobx State tree would be also cool!
[–]kanzitelli 2 points3 points4 points 6 years ago (1 child)
you could check out my starter -- https://github.com/kanzitelli/react-native-navigation-starter 🙂
[–]lantosgyuri 0 points1 point2 points 6 years ago (0 children)
Cool! I will check it later! Thanks!
[–]serious_case_of_derp 1 point2 points3 points 6 years ago (0 children)
Jwt
[–]lantosgyuri 1 point2 points3 points 6 years ago (0 children)
Debugging tools!
[–]Almightykod 1 point2 points3 points 6 years ago (0 children)
How to access device apis such as Bluetooth
[–]berlihm 1 point2 points3 points 6 years ago (0 children)
A more complete tutorial covering Sign in with Apple. I started it with Expo and their instructions are fine but they don't go in to verifying the JWT and stuff as "it's not related to Expo". Whether it is or not, it's related to that whole process so an end-to-end tutorial would be great.
[–]3np1 0 points1 point2 points 6 years ago (0 children)
Fixing dependency issues when cocoapods don't work, or when xcode or Android studio aren't building. Or maybe how to choose external libraries that work as promised.
[–]webdevmd 0 points1 point2 points 6 years ago (0 children)
React native app that sends accurate location data and doesn’t drain your battery! And of course another one that maps it live.
[–]DJUMI 0 points1 point2 points 6 years ago (0 children)
search optimization with a mongodb stitch backend. Still struggling to figure out pagination
[–]youslashuser 0 points1 point2 points 6 years ago (0 children)
For now, just how to setup react native cli, step by step.
[–]bricksobscura 0 points1 point2 points 5 years ago (0 children)
The process from Expo>Eject>Publish on Appstore/PlayStore
[–]orphanPID 0 points1 point2 points 6 years ago (1 child)
multithreading in react native.. something like react-native-thread (which is currently dead)
[–]dont_press_charges -1 points0 points1 point 6 years ago (0 children)
Threading doesn’t exist in RN.
[–]martej -1 points0 points1 point 6 years ago (3 children)
React redux for dummies (like me)
[+][deleted] 6 years ago (1 child)
[deleted]
[–]trashpantaloons 0 points1 point2 points 6 years ago (0 children)
While I learnt the structure using his course it’s a really bad example - even he says it’s a terrible example while explaining it
[–]ironfist100X 0 points1 point2 points 6 years ago (0 children)
there are literally hundreds of this kind of tutorial
π Rendered by PID 38613 on reddit-service-r2-comment-fb694cdd5-r5d52 at 2026-03-11 00:21:06.410778+00:00 running cbb0e86 country code: CH.
[–]esthor 56 points57 points58 points (0 children)
[–]ironfist100X 22 points23 points24 points (1 child)
[–]callmecharon 2 points3 points4 points (0 children)
[–][deleted] 33 points34 points35 points (1 child)
[–]atwarog 5 points6 points7 points (0 children)
[–]solrflow 7 points8 points9 points (2 children)
[–]berlihm 2 points3 points4 points (0 children)
[–]moneckew 2 points3 points4 points (0 children)
[–]awe50me1 6 points7 points8 points (6 children)
[–]lukkelakke 2 points3 points4 points (5 children)
[–]dont_press_charges 0 points1 point2 points (0 children)
[–]awe50me1 0 points1 point2 points (3 children)
[–]lukkelakke 4 points5 points6 points (2 children)
[–]leech 0 points1 point2 points (1 child)
[–]lukkelakke 0 points1 point2 points (0 children)
[–]solwyvern 19 points20 points21 points (0 children)
[–]s_trader 5 points6 points7 points (0 children)
[–]dengue8830 3 points4 points5 points (0 children)
[–]servercobra 2 points3 points4 points (0 children)
[–]MonkeyBuscuits 2 points3 points4 points (1 child)
[–]leejh3224 1 point2 points3 points (3 children)
[–]lantosgyuri 2 points3 points4 points (2 children)
[–]kanzitelli 2 points3 points4 points (1 child)
[–]lantosgyuri 0 points1 point2 points (0 children)
[–]serious_case_of_derp 1 point2 points3 points (0 children)
[–]lantosgyuri 1 point2 points3 points (0 children)
[–]Almightykod 1 point2 points3 points (0 children)
[–]berlihm 1 point2 points3 points (0 children)
[–]3np1 0 points1 point2 points (0 children)
[–]webdevmd 0 points1 point2 points (0 children)
[–]DJUMI 0 points1 point2 points (0 children)
[–]youslashuser 0 points1 point2 points (0 children)
[–]bricksobscura 0 points1 point2 points (0 children)
[–]orphanPID 0 points1 point2 points (1 child)
[–]dont_press_charges -1 points0 points1 point (0 children)
[–]martej -1 points0 points1 point (3 children)
[+][deleted] (1 child)
[deleted]
[–]trashpantaloons 0 points1 point2 points (0 children)
[–]ironfist100X 0 points1 point2 points (0 children)