Test your NativeScript knowledge with a free interactive quiz — 19 questions with answers and explanations. No signup needed to play.
Question 1/12Score 0
How does NativeScript let you drop down to writing genuinely native (Swift/Objective-C or Kotlin/Java) code when the JS-to-native bridge isn't sufficient?
In this round
How does NativeScript let you drop down to writing genuinely native (Swift/Objective-C or Kotlin/Java) code when the JS-to-native bridge isn't sufficient?
What is NativeScript?
How does NativeScript access native platform APIs from JavaScript/TypeScript code?
What is CSS styling support like in NativeScript, given there is no actual browser/DOM rendering the UI?
What is `nativescript-vue`'s / NativeScript for Angular's relationship to their respective web framework counterparts (Vue.js / Angular)?
What is the purpose of NativeScript plugins (npm packages published for the NativeScript ecosystem)?
What UI frameworks/patterns does NativeScript support for building the actual app UI?
What role does the `package.json`'s `nativescript` key (or `nativescript.config.ts` in newer versions) play in a NativeScript project?
What is a common reason a team might choose NativeScript over React Native, or vice versa?
Why might startup/launch performance be a specific area of comparison discussed between NativeScript apps and fully native (Swift/Kotlin) apps?
What does `tns run android` (or `ns run android`, the modern CLI command) do during development?
What is the key architectural difference between NativeScript and a Cordova/PhoneGap-style hybrid app?