You are on page 1of 1

React Native :

You can use any CSS in the styles of the React Native StyleSheet object. False
Which command you have to run for installing React Native? npm install -g react-
native-cli
React Native is ‘learn once, write anywhere’. False
React Native is like other Hybrid Apps which are actually slower than Native mobile
apps. False
In React Native, Geolocation API is available through the _______________ global,
so you do not need to import it. navigator.geolocation
Which method retrieves automatic updates about the current location of the device?
Geolocation.watchPosition()
In Reactive forms, the HTML of the forms are automatically created. False
For networking needs, React Native framework provides the fetch API. True
In Reactive forms, the HTML of the forms are automatically created. False
AppRegistry is the JavaScript entry point for running all React Native apps. True
Which of the following is not a React Native API? Modal
How do you create a new React Native project? $react-native init
___ captures user touch events. TouchableHighlight
is an architectural pattern that enforces unidirectional data flow. TextInput
React Native supports DOM and Virtual DOM concept. True
One of the benefits of React Native vs. Native Development is that React Native has
the live reload ability False
The _______________ file defines some metadata for our project and, most
importantly, declares react-native as a dependency of our own project package.json
What type of data does a ListView take? Datasource
FormsModule is imported from @angular/_______ in Model Driven Form. forms
By writing CSS in JavaScript, you are isolating styles from _______________.
global namespace
Which Objective C file can be used to switch the React Native bundle location in
bundle.cc? AppDelegate.m
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

You might also like