Aditya Agarwal Posted on Feb 17, 2019 What is best way to start react native? #react #reactnative #nativeapps #javascript Top comments (4) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Aditya Agarwal Aditya Agarwal Aditya Agarwal Follow Joined Feb 17, 2019 • Feb 17 '19 Dropdown menu Copy link Hide How should I start with react native? Collapse Expand Vasile Stefirta π²π© βοΈ πΊπΈ Vasile Stefirta π²π© βοΈ πΊπΈ Vasile Stefirta π²π© βοΈ πΊπΈ Follow π Full Stack Developer π» π Husband and father π¦π§ π Electronic music and soccer lover π§ β½βοΈ Location Sacramento, CA Work Full Stack Developer at Three29 Media LLC Joined Feb 4, 2018 • Feb 24 '19 • Edited on Feb 24 • Edited Dropdown menu Copy link Hide Here are some good reading resources for React Native: reactjs.org/docs/getting-started.html (you'll have to understand how React works before diving into React Native) redux.js.org/basics (optional if you're just getting started with React Native, but when you'll be building more complex apps, you may need to reach out for Redux) facebook.github.io/react-native/ reactnativeexpress.com/ Packages: reactnavigation.org (use this package when you want to navigate between screens or create some sort of tabbed application) github.com/react-native-community (an awesome organization which created a lot of great packages for the community) github.com/zo0r/react-native-push-... github.com/invertase/react-native-... App Icons + Splash Screens setup: medium.com/@scottianstewart/react-... medium.com/handlebar-labs/how-to-a... Happy coding! π¨βπ»π Collapse Expand Petry DeChamp Richardson Petry DeChamp Richardson Petry DeChamp Richardson Follow I build systems, grow communities, and help people see the value in themselves. Tech, cannabis, culture. Letβs build something real. Location Phoenix, Az Work Senior Tech Exec. Joined Aug 3, 2018 • Feb 17 '19 Dropdown menu Copy link Hide 100% using their docs is the best way. They do a great job of making it easy to learn. facebook.github.io/react-native/do... Collapse Expand JamesSmith23 JamesSmith23 JamesSmith23 Follow Joined Jul 21, 2018 • May 29 '19 Dropdown menu Copy link Hide reactdom.com/react-native : Pick a React native tutorial and go from there! Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
How should I start with react native?
Here are some good reading resources for React Native:
Packages:
App Icons + Splash Screens setup:
Happy coding! π¨βπ»π
100% using their docs is the best way. They do a great job of making it easy to learn. facebook.github.io/react-native/do...
reactdom.com/react-native : Pick a React native tutorial and go from there!