mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
615 B
615 B
Android-Widgets
Contains the source code of the tns-core-modules-widgets library.
This library contains native code (Java and Objective-C) used by the NativeScript core modules tns-core-modules.
How to Build
On Mac in the root folder run:
./build.sh
This will run Android and iOS build and pack dist/tns-core-modules-widgets-*.tgz.
How to Build Android
In the android folder run:
gradle build
This will output android/build/widgets-release.aar.
How to Build iOS
On Mac in the ios folder under mac run:
./build.sh
This will output ios/build/TNSWidgets.framework.