In this lab, we're going to be combining the two labs we worked on last week. Instead of a list of songs that can be pressed to view song details, you'll end up with a list of conversations/chatbots that can be pressed to open up that conversation!
- Click "Use as Template" and use the name "snapchatbots-yourname"
- Clone from your new repo into your desired folder with terminal
- Open the project code in VSCode (use
code .if you can) - Open terminal in the VSCode window then run
npm installto install packages - Launch the project with
npx expo start
You do not need to setup Spotify because the "songs" are now chatbots!
Follow this link for written milestone instructions!