Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot a3eee43fdf
fix(deps): update dependency react-native-bootsplash to v4 2021-11-20 15:47:56 +00:00
3 changed files with 27 additions and 5 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

@ -31,7 +31,7 @@
"postinstall-postinstall": "^2.1.0",
"react": "17.0.2",
"react-native": "0.66.1",
"react-native-bootsplash": "^3.2.0",
"react-native-bootsplash": "^4.0.0",
"react-native-config": "^1.4.5",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "^2.1.0",

View File

@ -8406,10 +8406,10 @@ react-is@^16.13.0, react-is@^16.7.0, react-is@^16.8.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
react-native-bootsplash@^3.2.0:
version "3.2.6"
resolved "https://registry.yarnpkg.com/react-native-bootsplash/-/react-native-bootsplash-3.2.6.tgz#610e476b1156ab29817aa394d5bb64871c1f1f42"
integrity sha512-zNEXIe2K1A06J45QOAg+OBo3wIyId9lZXOwITUcwNR2bQEg/3CO6uvcRB7MLuy2ct54R1PlbADHDZK/Ozt7mfA==
react-native-bootsplash@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/react-native-bootsplash/-/react-native-bootsplash-4.0.0.tgz#a072e81e2c45e66b741db20ceee3e8ea43b6d7d4"
integrity sha512-9ZSdcNuqm+YL8sL9Y3jUa3peafMwhsBlYxtYSji2VIpmuIhAYZMPgKF5aKDZM0T3qxjTONha+l8ZmBu9XqzW+g==
dependencies:
chalk "^4.1.2"
fs-extra "^10.0.0"