You are on page 1of 1

React Native is ‘learn once, run anywhere’.

True
It is compulsory to install Xcode or Android studio for react native mobile application development. False
React Native is not having third-party plugin compatibility. False
What is the main difference between React and React Native? ReactJS is a Library where react native is a
framework.
Developer of React Native is _______________. Facebook
Which method is called when a component is being removed from the DOM? componentWillUnmount()
AppRegistry is the JavaScript exit point to run all React Native apps. False
JSX is JavaScript with a syntax extension which allows a mixture between _______________ and
___________. JavaScript and XML tags
Please select the one which is not a React Native UI Component. Switch
_______________ are the building blocks for a React Native application. Components
_______________ is a component that enable navigation between different screens in the applications.
Navigator
The application file for Android is .apk extension and for iOS is _______________ extension. .IPA
How do you create a new React Native project? $ react-native init
Which of the following properties Flex box Layout has? All
With React Native,you just style your application using _______________. JavaScript

How do you create a new React Native project? $ react-native init


In Reactive forms, the HTML of the forms are automatically created. False
One of the benefits of React Native vs. Native Development is that React Native has the live reload
ability. True
In Reactive forms, the HTML of the forms are automatically created. False
Which method retrieves automatic updates about the current location of the device?
Geolocation.watchPosition()
React Native is ‘learn once, write anywhere’. True
Which command you have to run for installing React Native? npm install -g react-native-cli
React Native supports DOM and Virtual DOM concept. False
The _______________ file defines some metadata for our project and, most importantly, declares react-
native as a dependency of our own project. package.json
FormsModule is imported from @angular/_______ in Model Driven Form. form
What type of data does a ListView take? arraylist/object/data source
Live Reloading and Hot Loading is present in React Native Developer Tools. True
AppRegistry is the JavaScript entry point for running all React Native apps. True
Which of the following is not a React Native API? Modal
By writing CSS in JavaScript, you are isolating styles from _______________. global namespace
_______________ 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
_______________ captures user touch events. TouchableHighlight
Which method is called when a component is being removed from the DOM? componentWillUnmount()
You can use any CSS in the styles of the React Native StyleSheet object. True
For networking needs, React Native framework provides the fetch API. True

You might also like