This is a framework that use the same codebase and libraries for all native platforms (Android, iOS, MacOS, Linux and Windows).
Type the following command to get all possible execute options:
make help
BUILD:
make build-native-kit-android-sdk
DEPLOY:
make android-deploy-local-debug
make build-native-kit-macos-sdk
make build-native-kit-linux-sdk
make test
To build the docker container:
make docker-build
To run tasks, you can use:
make docker-run task=[make task name]
Example:
make docker-run task=test