This is a broken festival music app, good luck to make it work!
In __server__
, there's a NodeJS server. Nothing is broken in there!
You can take a look at the __server__/index.js
to see available paths
yarn start:server
yarn start
Header.js
(Be sure to then add the Header component in your App)Stages.js
NavigationButton.js
Fix navigation (not much to change here)ArtistRow.js
StageDetails.js
get all information to render details of a Stage
StageDetails.js
and Artists.js
both uses FlatList
which needs the same props.
Can you make a render prop or a children as a function component to avoid duplication between both component?