An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# expo-type-testing

**Description**

Mobile app developed with Expo and React Native for products display.

**Screenshots IOS**


The app is working
Setting a new IP address for eva
App when error has ocurred

**Screenshots Android**


The app is working
Setting a new IP address for eva
App when error has ocurred

**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`