Native Script
Native Script
installation.
Can a developer build an app using NativeScript, if he/she doesn't know Java or
Objective C/Swift?-----------Yes, you can develop a native application.
is the root-level container for your app's UI and you can use it for navigation
inside your app.--------------topmost frame
In 'npm install nativescript-camera –save' command, the --save flag will add the
plugin as dependency in your package.json file.-------------------------true
What command has to be executed for adding a standard npm dependency for camera
plugin?---npm install nativescript-cam --save
Native Components of TextField are ________ for Android and _________ for
iOS.----------------android.widget.TextInput,UITextInput(wrong)