Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot c9b98d2028
fix(deps): update dependency native-base to v3 2021-11-07 14:17:32 +00:00
4 changed files with 859 additions and 179 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

@ -25,7 +25,7 @@
"date-fns": "^2.19.0",
"graphql": "^15.5.0",
"lodash": "^4.17.21",
"native-base": "^2.15.2",
"native-base": "^3.0.0",
"patch-package": "^6.4.7",
"polish-plurals": "^1.1.0",
"postinstall-postinstall": "^2.1.0",

View File

@ -18,9 +18,7 @@ const initSentry = () => {
}),
],
tracesSampleRate: 0.3,
release: __DEV__
? 'com.dawidwysokinski.zdamegzaminzawodowy@development'
: undefined,
release: __DEV__ ? 'development' : undefined,
});
};

1010
yarn.lock

File diff suppressed because it is too large Load Diff