React Native Recruitment Task for Startup Developement House
RepoList.tsx | IssueList.tsx | IssueDetails.tsx |
---|---|---|
- expo
- state created using useReducer, useContext persisted using MMKV
- partialy styled with emiotion styled components
- navigated using react-navgation
Be sure to have the Expo CLI installed.
Build your own Expo Development Client (needed for Reanimated and other modules with native code) see Expo Dev Client
expo prebuild && npm run android
or use Expo Application Services
- Run dev server:
npm start
- Run on Android:
npm run android
- Run on iOS:
npm run ios
- Run on Web:
npm run web
- Run Tests:
npm run test
ornpm run test:watch
- Open Storybook
npm run storybook
- Lint Code:
npm run lint
- Format Code:
npm run format