Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot] c88bd8ef44
chore(deps): update react monorepo 2022-06-18 23:02:58 +00:00
3 changed files with 523 additions and 177 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

@ -29,7 +29,7 @@
"patch-package": "^6.4.7",
"polish-plurals": "^1.1.0",
"postinstall-postinstall": "^2.1.0",
"react": "17.0.2",
"react": "18.2.0",
"react-native": "0.66.1",
"react-native-bootsplash": "^3.2.0",
"react-native-config": "^1.4.5",
@ -47,7 +47,7 @@
"@graphql-codegen/cli": "^2.0.0",
"@graphql-codegen/typescript": "^2.0.0",
"@graphql-codegen/typescript-operations": "^2.0.0",
"@react-native-community/eslint-config": "^2.0.0",
"@react-native-community/eslint-config": "^3.0.0",
"@types/color": "^3.0.1",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
@ -59,7 +59,7 @@
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "^2.2.1",
"react-test-renderer": "17.0.2",
"react-test-renderer": "18.2.0",
"typescript": "^3.8.3"
},
"resolutions": {

672
yarn.lock

File diff suppressed because it is too large Load Diff