INFO:
!Important: THIS CAN BE IMRPOVED, BUT ALMOST COVERS EVERYTHING ABOUT FLATLIST AND REACT NATIVE
A simple replication of Spotify App (Some parts of It) in terms of UI, that demonstrates Nesting of Flatlist and usage of Tab navigation, this is also my Go to template for React Native TypeScript (Funtional Components). Project uses the same JSON data (currently Static) that can be retrieved from the Public API of Spotify. Note this is more of a UI focused with a little bit of Functions but nothing major such as API endpoint calls.
SOME IMPORTANT PACKAGES USED:
- React Navigation v6
- React Bottom-Tabs v6
- React Native screens v3
other packages can be viewed in packages.json
Clone and Run the following:
For Native Cli:
- npm install / yarn install
- npx react-native-link //This is for the Assets such as Fonts
For Expo Users:
- install expo cli
- npm install
- expo start
SCREENSHOTS: