mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* disable recycling on specific button add more thorough test for view recycling fix memory leak with android ActionBar improve padding reset when view is recycled improve reset of several controls * stopping local animations when view is recycled fix tns-ios version in tests/package.json * Fix isClickable on android when reusing nativeView
28 lines
636 B
JSON
28 lines
636 B
JSON
{
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"readme": "NativeScript Application",
|
|
"repository": "<fill-your-repository-here>",
|
|
"nativescript": {
|
|
"id": "org.nativescript.UnitTestApp",
|
|
"tns-ios": {
|
|
"version": "3.1.0"
|
|
},
|
|
"tns-android": {
|
|
"version": "3.1.1"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tns-core-modules": "*"
|
|
},
|
|
"devDependencies": {
|
|
"tns-platform-declarations": "*",
|
|
"babel-traverse": "6.9.0",
|
|
"babel-types": "6.9.0",
|
|
"babylon": "6.8.0",
|
|
"filewalker": "0.1.2",
|
|
"lazy": "1.0.11",
|
|
"typescript": "~2.2.1"
|
|
}
|
|
}
|