React native app that allows the user to insert a repo name and get its stargazers
- npx expo start
- npm run test (jest --watchAll)
App.js
or Home.js
, but most likely Home
- App draws the routes found in
pages/
, - Components can be found in the homonimous folder
- Tests are all in the root-level
__tests__
folder, organized in the same manner - All Api and general logic is stored in the
sharedLogic
folder