Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot] c14d774cec
chore(deps): update jest monorepo to v28 2022-06-18 23:02:35 +00:00
3 changed files with 1027 additions and 1099 deletions

View File

@ -2,6 +2,28 @@
![Screenshot](/screenshots/homescreen.jpg?raw=true)
A mobile app for practising the theoretical part of the [vocational exam](https://cke.gov.pl/en/vocational-examination/).
## Development
### Prerequisites
1. Node.JS
2. yarn
3. [JDK and Android Studio](https://reactnative.dev/docs/environment-setup)
### Installation
1. Clone this repo
```
git clone git@github.com:zdam-egzamin-zawodowy/mobile-app.git
```
2. Open the folder with this project in a terminal.
3. `yarn install`
4. `yarn run android` (iOS isn't supported)
## License
Distributed under the MIT License. See `LICENSE` for more information.

View File

@ -49,14 +49,14 @@
"@graphql-codegen/typescript-operations": "^2.0.0",
"@react-native-community/eslint-config": "^2.0.0",
"@types/color": "^3.0.1",
"@types/jest": "^26.0.20",
"@types/jest": "^28.0.0",
"@types/lodash": "^4.14.168",
"@types/react-native": "^0.66.1",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.6.3",
"babel-jest": "^28.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"jest": "^28.0.0",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "^2.2.1",
"react-test-renderer": "17.0.2",

2098
yarn.lock

File diff suppressed because it is too large Load Diff