2020-12-21 09:14:57 +01:00
|
|
|
## AppVersion
|
2020-12-21 09:16:57 +01:00
|
|
|
Create a local appversion variable, which can be compared against the backend to for instance block users when app is not updated.
|
2020-12-21 09:14:57 +01:00
|
|
|
|
|
|
|
|
## Usage
|
2020-12-21 09:16:57 +01:00
|
|
|
For development:
|
|
|
|
|
|
|
|
|
|
Create customwidgets folder in root of project directory
|
|
|
|
|
Git clone this repo into customwidgets folder
|
|
|
|
|
Open command prompt in cloned folder
|
|
|
|
|
npm i
|
|
|
|
|
npm i react-native-camera
|
|
|
|
|
npm run dev / npm run build
|
|
|
|
|
Widget can now be used inside Mendix.
|
|
|
|
|
|
|
|
|
|
For plain usage:
|
|
|
|
|
|
|
|
|
|
Copy MPK file in releases to widgets directory.
|
2020-12-21 09:14:57 +01:00
|
|
|
|
|
|
|
|
## Demo project
|
2020-12-21 09:16:57 +01:00
|
|
|
Not available yet.
|
2020-12-21 09:14:57 +01:00
|
|
|
|
|
|
|
|
## Issues, suggestions and feature requests
|
2020-12-21 09:16:57 +01:00
|
|
|
https://github.com/IncentroBA/appversion/issues
|
2020-12-21 09:14:57 +01:00
|
|
|
|
|
|
|
|
## Development and contribution
|
2020-12-21 09:30:34 +01:00
|
|
|
[Bart Onstee] (https://github.com/bartonstee)
|