Skip to content

Instantly share code, notes, and snippets.

View viral999g's full-sized avatar

Viral Gandhi viral999g

  • Rajkot, Gujarat, India
View GitHub Profile
@viral999g
viral999g / learning.md
Created July 24, 2018 22:06 — forked from sibelius/learning.md
Learning Path React Native

Basics

  • Learn how to start a new react native project
  • Run it on ios simulator, on android emulator, on a real iPhone device and on a real Android device, with and without debugging enabled.
  • Learn how to upgrade a react native project
  • Learn how to add a package to the project
  • Learn how to add a package that has a native dependency (https://github.com/airbnb/react-native-maps, https://github.com/evollu/react-native-fcm) - DO NOT USE COCOAPODS
  • Learn how to use fetch to get data from your backend

Learn Navigation