Skip to content

Latest commit

 

History

History

mobile

Level #1 - ReactNative concepts

In this module we understand the basics of React Native, going through the following topics:

  • App flow: Code => Metro Bundler => Bundle => Bridge => Target platform (iOS/Android)
  • App setup for iOS (XCode) and Android (Android SDK)
  • App testing and iteration with emulator and physical device debugging
  • Native element styles, behavior and how they compare to a React for Web app