Add a notice for checking the version of the framework used

This commit is contained in:
Erjan Gavalji 2015-06-03 10:37:32 +03:00
parent a25bd6f5a0
commit 141c5403ea
1 changed files with 5 additions and 1 deletions

6
faq.md
View File

@ -48,4 +48,8 @@ exports.pageLoaded = function(args) {
controller.navigationBarHidden = false;
}
};
```
```
### How do I check which version of NativeScript does my project use?
Open the `app/tns_modules/package.json` file and check the `version` attribute. This defines the version of the cross-platform modules.