Skip to content

Instantly share code, notes, and snippets.

@guilhermedecampo
Forked from sibelius/learning.md
Last active January 7, 2017 23:42
Show Gist options
  • Save guilhermedecampo/95c22167b9075001c22b208e7840472f to your computer and use it in GitHub Desktop.
Save guilhermedecampo/95c22167b9075001c22b208e7840472f to your computer and use it in GitHub Desktop.
Learning Path React Native

Basics

Learn Navigation

Learn to do a Login/Register Flow

Learn common mobile patterns

  • do a form using https://github.com/gcanti/tcomb-form-native
  • do the same form without tcomb-form-native
  • do a list of items (ListView and DataSource), work with sections.
  • implement a Modal (using component from react native)
  • change navigation transition style
  • work with social logins (facebook, google, twitter, and so on)
  • implement push notification
  • work with cameral roll
  • work with maps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment