Skip to content

Instantly share code, notes, and snippets.

@heloa-net
Forked from sibelius/learning.md
Last active January 4, 2017 20:27
Show Gist options
  • Save heloa-net/2dfcca89c585a71467d6dece33c381dc to your computer and use it in GitHub Desktop.
Save heloa-net/2dfcca89c585a71467d6dece33c381dc to your computer and use it in GitHub Desktop.

Revisions

  1. @she-dev she-dev revised this gist Jan 4, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion learning.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    # Basics
    - [ ] Learn how to start a new react native project
    - [x] 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
  2. @she-dev she-dev revised this gist Jan 4, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion learning.md
    Original file line number Diff line number Diff line change
    @@ -19,7 +19,7 @@
    - [ ] and some screen after login/register is done
    - [ ] do it with redux
    - [ ] do it without redux
    - [x] Learn Redux (you don't need to use redux data everything, only in shared state)
    - [ ] Learn Redux (you don't need to use redux data everything, only in shared state)

    # Learn common mobile patterns
    - [ ] do a form using https://github.com/gcanti/tcomb-form-native
  3. @she-dev she-dev revised this gist Jan 4, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion learning.md
    Original file line number Diff line number Diff line change
    @@ -19,7 +19,7 @@
    - [ ] and some screen after login/register is done
    - [ ] do it with redux
    - [ ] do it without redux
    - [ ] Learn Redux (you don't need to use redux data everything, only in shared state)
    - [x] Learn Redux (you don't need to use redux data everything, only in shared state)

    # Learn common mobile patterns
    - [ ] do a form using https://github.com/gcanti/tcomb-form-native
  4. @she-dev she-dev revised this gist Jan 4, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion learning.md
    Original file line number Diff line number Diff line change
    @@ -19,7 +19,7 @@
    - [ ] and some screen after login/register is done
    - [ ] do it with redux
    - [ ] do it without redux
    - [x] Learn Redux (you don't need to use redux data everything, only in shared state)
    - [ ] Learn Redux (you don't need to use redux data everything, only in shared state)

    # Learn common mobile patterns
    - [ ] do a form using https://github.com/gcanti/tcomb-form-native
  5. @she-dev she-dev revised this gist Jan 4, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion learning.md
    Original file line number Diff line number Diff line change
    @@ -19,7 +19,7 @@
    - [ ] and some screen after login/register is done
    - [ ] do it with redux
    - [ ] do it without redux
    - [ ] Learn Redux (you don't need to use redux data everything, only in shared state)
    - [x] Learn Redux (you don't need to use redux data everything, only in shared state)

    # Learn common mobile patterns
    - [ ] do a form using https://github.com/gcanti/tcomb-form-native
  6. @sibelius sibelius revised this gist Jan 4, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion learning.md
    Original file line number Diff line number Diff line change
    @@ -6,12 +6,13 @@
    - [ ] 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 Navigation
    - [ ](https://github.com/exponent/ex-navigation#an-important-note-about-the-future)
    - [ ] (https://github.com/exponent/ex-navigation#an-important-note-about-the-future)
    - [ ] read this https://gist.github.com/knowbody/ce483742a1761658b767428a0ed35147
    - [ ] Tab bar navigation (Sliding Tab navigation)
    - [ ] Drawer navigation (drawer menu)
    - [ ] Alert bar
    - [ ] Setup a boilerplate that has drawer + tab navigation
    - [ ] Challenge — Bottom tab navigation for IOS and Top Sliding Tab navigation for Android

    # Learn to do a Login/Register Flow
    - [ ] 3 screen before login (launch, login, register) - follow this: https://itunes.apple.com/us/app/brand-lovers-beleza-e-maquiagem/id1094374278?mt=8
  7. @sibelius sibelius revised this gist Jan 4, 2017. 1 changed file with 27 additions and 19 deletions.
    46 changes: 27 additions & 19 deletions learning.md
    Original file line number Diff line number Diff line change
    @@ -1,24 +1,32 @@
    # 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 navigation (https://github.com/exponent/ex-navigation#an-important-note-about-the-future)
    - [ ] read this https://gist.github.com/knowbody/ce483742a1761658b767428a0ed35147
    - [ ] Tab bar navigation (Sliding Tab navigation)
    - [ ] Drawer navigation (drawer menu)
    - [ ] Alert bar
    - [ ] Setup a boilerplate that has drawer + tab navigation
    - [ ] Learn how to do a Login/Register flow (simulate login/register)
    - [ ] you should have 3 screen before login (launch, login, register) - follow this: https://itunes.apple.com/us/app/brand-lovers-beleza-e-maquiagem/id1094374278?mt=8
    - [ ] and some screen after login/register is done
    - [ ] do it with redux
    - [ ] do it without redux

    # Learn Navigation
    - [ ](https://github.com/exponent/ex-navigation#an-important-note-about-the-future)
    - [ ] read this https://gist.github.com/knowbody/ce483742a1761658b767428a0ed35147
    - [ ] Tab bar navigation (Sliding Tab navigation)
    - [ ] Drawer navigation (drawer menu)
    - [ ] Alert bar
    - [ ] Setup a boilerplate that has drawer + tab navigation

    # Learn to do a Login/Register Flow
    - [ ] 3 screen before login (launch, login, register) - follow this: https://itunes.apple.com/us/app/brand-lovers-beleza-e-maquiagem/id1094374278?mt=8
    - [ ] and some screen after login/register is done
    - [ ] do it with redux
    - [ ] do it without redux
    - [ ] Learn Redux (you don't need to use redux data everything, only in shared state)
    - [ ] 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 <Modal /> component from react native)
    - [ ] change navigation transition style
    - [ ] work with social logins (facebook, google, twitter, and so on)
    - [ ] implement push notification

    # 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 <Modal /> 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
  8. @sibelius sibelius created this gist Jan 4, 2017.
    24 changes: 24 additions & 0 deletions learning.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    - [ ] Learn how to start a new react native project
    - [ ] 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 navigation (https://github.com/exponent/ex-navigation#an-important-note-about-the-future)
    - [ ] read this https://gist.github.com/knowbody/ce483742a1761658b767428a0ed35147
    - [ ] Tab bar navigation (Sliding Tab navigation)
    - [ ] Drawer navigation (drawer menu)
    - [ ] Alert bar
    - [ ] Setup a boilerplate that has drawer + tab navigation
    - [ ] Learn how to do a Login/Register flow (simulate login/register)
    - [ ] you should have 3 screen before login (launch, login, register) - follow this: https://itunes.apple.com/us/app/brand-lovers-beleza-e-maquiagem/id1094374278?mt=8
    - [ ] and some screen after login/register is done
    - [ ] do it with redux
    - [ ] do it without redux
    - [ ] Learn Redux (you don't need to use redux data everything, only in shared state)
    - [ ] 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 <Modal /> component from react native)
    - [ ] change navigation transition style
    - [ ] work with social logins (facebook, google, twitter, and so on)
    - [ ] implement push notification