-
-
Save heloa-net/2dfcca89c585a71467d6dece33c381dc to your computer and use it in GitHub Desktop.
Revisions
-
she-dev revised this gist
Jan 4, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ # Basics - [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 -
she-dev revised this gist
Jan 4, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) # Learn common mobile patterns - [ ] do a form using https://github.com/gcanti/tcomb-form-native -
she-dev revised this gist
Jan 4, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 common mobile patterns - [ ] do a form using https://github.com/gcanti/tcomb-form-native -
she-dev revised this gist
Jan 4, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) # Learn common mobile patterns - [ ] do a form using https://github.com/gcanti/tcomb-form-native -
she-dev revised this gist
Jan 4, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 common mobile patterns - [ ] do a form using https://github.com/gcanti/tcomb-form-native -
sibelius revised this gist
Jan 4, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) - [ ] 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 -
sibelius revised this gist
Jan 4, 2017 . 1 changed file with 27 additions and 19 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 - [ ] work with cameral roll - [ ] work with maps -
sibelius created this gist
Jan 4, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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