twlevelup / watch_edition_react

A smartwatch simulator, built in ReactJS
MIT License
3 stars 2 forks source link

Added the ability to select a contact and view their details (rework of #28) #29

Closed aaron-m-edwards closed 6 years ago

aaron-m-edwards commented 6 years ago

Here is a quick refactor of https://github.com/twlevelup/watch_edition_react/pull/28

There was a bit of a discussion on the slack channel around trying to utilise the goToPage({ state: blah }) functionality.

I also created a new list component that scrolls similar to IOS pickers as there was an issue with how we were doing scrolling with this alternate solution

I made this a 2nd pull request so both could be compared.

sinan-aumarah commented 6 years ago

@aaron-m-edwards thanks mate. Looks good. merged