0% found this document useful (0 votes)
35 views

Untitled

React Native provides live reloading and hot loading capabilities through the React Native Developer Tools. It allows building iOS apps using a Mac OS and Android apps on any operating system. The Geolocation API is available globally without needing to import it. React Native supports both DOM and Virtual DOM concepts and uses the AppRegistry as the entry point for running apps. TouchableHighlight captures user touch events in React Native.

Uploaded by

hari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views

Untitled

React Native provides live reloading and hot loading capabilities through the React Native Developer Tools. It allows building iOS apps using a Mac OS and Android apps on any operating system. The Geolocation API is available globally without needing to import it. React Native supports both DOM and Virtual DOM concepts and uses the AppRegistry as the entry point for running apps. TouchableHighlight captures user touch events in React Native.

Uploaded by

hari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Live Reloading and Hot Loading is present in React Native Developer Tools.

- True
To build an iOS app, you need a Mac OS and to build an android app you want - Any
Which of the following is not a React Native API? - Settings(x)
_______________ is an architectural pattern that enforces unidirectional data flow.
- Flex
In React Native, Geolocation API is available through the _______________ global,
so you do not need to import it. - Navigator Geolocation
In Reactive forms, the HTML of the forms are automatically created. - False
React Native supports DOM and Virtual DOM concept. - True
In Reactive forms, the HTML of the forms are automatically created. - False
Which command you have to run for installing React Native? - npm install -g react-
native-cli
AppRegistry is the JavaScript entry point for running all React Native apps. - True
Which method retrieves automatic updates about the current location of the device?
- WatchPosition
What type of data does a ListView take? - Datacource
React Native is ‘learn once, write anywhere’. - True
Which method is called when a component is being removed from the DOM? -
WillUnmount
FormsModule is imported from @angular/_______ in Model Driven Form. - forms(x)
One of the benefits of React Native vs. Native Development is that React Native has
the live reload ability - True
The _______________ file defines some metadata for our project and, most
importantly, declares react-native as a dependency of our own project - package
json
Which Objective C file can be used to switch the React Native bundle location in
bundle.cc? - AppDelegate m
_______________ captures user touch events. - TouchableHighlight
React Native is like other Hybrid Apps which are actually slower than Native mobile
apps. - True
By writing CSS in JavaScript, you are isolating styles from _______________. -
global namespace
You can use any CSS in the styles of the React Native StyleSheet object. - False
How do you create a new React Native project? - react-native init

You might also like