Milestone 3

  +150

For this milestone, we want to produce a ResultList component for our travel/exerience app (see the image at the bottom of the README on gitlab – we’re aiming to produce the lower half of the left screen.

The idea is that it’s a list of results that may have been filtered or ordered according to some criteria. But we want to be able to scroll through those results, and pressing one should switch us to an ActivityDetail as in Milestone 2. Then there should be a back button to return to the results list.

There is an initial samples.json data file available, that I’ll continue to expand as you provide more unique entries for it.

Use the StackNavigator technique demonstrated in the MultiScreenApp example.