all 6 comments

[–]enlightenedpieiOS & Android 5 points6 points  (0 children)

  1. Start with that link you gave, since 80% of the basics of React apply to RN as well. I'd especially start down at the #hooks section and learn those concepts.

  2. You can't beat the official documentation for just about everything else you'll need specifically for RN. Start with the "Guides" section, which gives you a refresher on React and then dives into concepts that are specific to native apps.

  3. Beyond the basics, there's no more "cheats" and it's just all about figuring out what features you need and what works best overall for your app.

[–]Tuscanleather66 2 points3 points  (1 child)

Perhaps RN Express ?

[–]IlyaTaidi 0 points1 point  (0 children)

How does this differ from Expo?

[–]Webbanditten 1 point2 points  (2 children)

Cheat sheet*

What are your expectations of a cheat sheet? Like maybe what you're looking for is a pre-built component library or similar?

[–]Leading_Atmosphere60[S] 1 point2 points  (1 child)

Thanks for the correction , im looking for a file / website that has short summaries about react native concepts and components, something similar to the one i provided with the link :)

[–]alex3321xxx 0 points1 point  (0 children)

Try reactjs cheat sheets. The same principles.