Skip to content

Instantly share code, notes, and snippets.

View bellalMohamed's full-sized avatar
🎯
Focusing

Bellal Mohamed bellalMohamed

🎯
Focusing
  • Planet Earth
View GitHub Profile
@bellalMohamed
bellalMohamed / learning.md
Created September 7, 2017 12:16 — 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