maxmagee / chick-fil-a

(Old Version. See README) Recreating the Chick-fil-A App in React Native.
2 stars 0 forks source link

Implement Generalized Help Screen #24

Closed maxmagee closed 6 years ago

maxmagee commented 6 years ago

Each of the icons on the Get Help screen open a page that has an image at the top along with article titles and paragraphs for each article.

Instead of implementing 6 different pages, we should generalize this out to a screen component that can accept an image and article objects.

In addition to this, I need to research how to render expandable views (think accordion-like) when the article title is pressed.