Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI:
- Cross-platform modules:
- Android Runtime:
- iOS Runtime:
- Plugin(s):
Describe the bug
The theme v2 is considered an external package and is not included in the vendor.js file.
To Reproduce
- Install Preview app which includes
@nativescript/theme
- Create an application from templates master branch
tns preview android/ios
- scan with a device
Expected behavior
Theme v2 to be included in the vendor.js file.
Sample project
Additional context
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):Describe the bug
The theme v2 is considered an external package and is not included in the
vendor.jsfile.To Reproduce
@nativescript/themetns preview android/iosExpected behavior
Theme v2 to be included in the
vendor.jsfile.Sample project
Additional context