maxmagee / chick-fil-a

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

Create 'Get Help' Screen #22

Closed maxmagee closed 6 years ago

maxmagee commented 6 years ago

We'll postpone any 'searching' functionality for now and perhaps circle back to that later. For now let's just concentrate on implementing the various sections of help as well as a generalized 'answers' page.

It looks like each of the icons takes you to a distinct page that has an accordion list of questions and answers. We should be able to generalize this into a single page and pass parameters into it or something like that.

maxmagee commented 6 years ago

When I run the app on my device, the icon images (along with the intro image(s)) load slowly. It's possible that this is only an issue because the images are being transferred over my wireless network. The simulator doesn't have this problem. If I publish the app the assets will be bundled up so it should load fine, it's just something to watch out for an possibly optimize later.