https://github.com/fimbres/expo-type-testing
This is a mobile application, built with expojs and typescript, implementing testing with react-testing-library and jest, also using redux-toolkit-query for data fetching.
https://github.com/fimbres/expo-type-testing
expo javascript jest mobile react-native react-testing-library redux-toolkit-query snapshot-testing typescript unit-testing
Last synced: 3 months ago
JSON representation
This is a mobile application, built with expojs and typescript, implementing testing with react-testing-library and jest, also using redux-toolkit-query for data fetching.
- Host: GitHub
- URL: https://github.com/fimbres/expo-type-testing
- Owner: fimbres
- Created: 2023-02-19T21:54:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T23:46:03.000Z (over 3 years ago)
- Last Synced: 2025-05-14T16:16:30.136Z (about 1 year ago)
- Topics: expo, javascript, jest, mobile, react-native, react-testing-library, redux-toolkit-query, snapshot-testing, typescript, unit-testing
- Language: TypeScript
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expo-type-testing
**Description**
Mobile app developed with Expo and React Native for products display.
**Screenshots IOS**
**Screenshots Android**
**Prerequisites**
Be sure that you have already installed:
- NodeJs version 16.14.2.
- Yarn.
- Expo.
- Git.
- Expo Go app in a smartphone.
**Instructions**
- run in your git console `git clone https://github.com/fimbres/expo-type-testing.git`
- run `cd expo-type-testing`
- run `yarn install` or just `yarn`
- Open the project with your IDE.
- run `expo start`
- scan the QR code using your smartphone. (this should open your Expo Go app with the `expo-type-testing` running on your smartphone)
- if you want to run all the unit tests around the app, run `yarn test`