File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1+ ### Make sure to check the demo app(s) for sample usage
2+
3+ ### Make sure to check the existing issues in this repository
4+
5+ ### If the demo apps cannot help and there is no issue for your problem, tell us about it
6+ Please, ensure your title is less than 63 characters long and starts with a capital
7+ letter.
8+
9+ ### Which platform(s) does your issue occur on?
10+ - iOS/Android/Both
11+ - iOS/Android versions
12+ - emulator or device. What type of device?
13+
14+ ### Please, provide the following version numbers that your issue occurs with:
15+
16+ - CLI: (run ` tns --version ` to fetch it)
17+ - Cross-platform modules: (check the 'version' attribute in the
18+ ` node_modules/tns-core-modules/package.json ` file in your project)
19+ - Runtime(s): (look for the ` "tns-android" ` and ` "tns-ios" ` properties in the ` package.json ` file of your project)
20+ - Plugin(s): (look for the version numbers in the ` package.json ` file of your
21+ project and paste your dependencies and devDependencies here)
22+
23+ ### Please, tell us how to recreate the issue in as much detail as possible.
24+ Describe the steps to reproduce it.
25+
26+ ### Is there any code involved?
27+ - provide a code example to recreate the problem
28+ - (EVEN BETTER) provide a .zip with application or refer to a repository with application where the problem is reproducible.
Original file line number Diff line number Diff line change 1+ branches :
2+ only :
3+ - master
14env :
25 global :
36 - ANDROID_PACKAGE='demo-debug.apk'
9194install :
9295 - npm install -g nativescript
9396 - tns usage-reporting disable
94- - tns error-reporting disable
97+ - tns error-reporting disable
You can’t perform that action at this time.
0 commit comments