Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot] ae5b1dd9f9
fix(deps): update dependency react-native to v0.69.0 2022-06-24 00:55:17 +00:00
3 changed files with 1077 additions and 471 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

@ -30,7 +30,7 @@
"polish-plurals": "^1.1.0",
"postinstall-postinstall": "^2.1.0",
"react": "17.0.2",
"react-native": "0.66.1",
"react-native": "0.69.0",
"react-native-bootsplash": "^3.2.0",
"react-native-config": "^1.4.5",
"react-native-gesture-handler": "^1.10.3",

1524
yarn.lock

File diff suppressed because it is too large Load Diff