mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
28 lines
766 B
Markdown
28 lines
766 B
Markdown
[](https://travis-ci.org/NativeScript/tns-core-modules-widgets)
|
|
|
|
# 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`.
|
|
|