React Native
React Native
React Native
PERSONAL
15. In Reactive forms, the HTML of the forms are automatically
created.
a. False
16. React Native supports DOM and Virtual DOM concept.
a. False
17. What type of data does a ListView take?
a. Data Source
18. Which of the following is not a React Native API?
a. Settings
19. React Native is like other Hybrid Apps which are actually slower
than Native mobile apps
a. False
20. Which method retrieves automatic updates about the current
location of the device?
a. Geolocation.watchPosition()
21. For networking needs, React Native framework provides the fetch
API.
a. True
22. Which Objective C file can be used to switch the React Native
bundle location in bundle.cc?
a. AppDelegate.m
23. _______________ is an architectural pattern that enforces
unidirectional data flow
a. Flux
24. React Native is ‘learn once, write anywhere’.
a. True
25. You can use any CSS in the styles of the React Native StyleSheet
object.
a. True
26. FormsModule is imported from @angular/_______ in Model
Driven Form
a. Forms this is wrong
27. Which command you have to run for installing React Native?
a. npm install -g react-native-cli
28. To build an iOS app, you need a Mac OS and to build an android
app you want
a. Any one of these
29. How do you create a new React Native project?
PERSONAL
a. $ react-native init
30. Live Reloading and Hot Loading is present in React Native
Developer Tools.
a. True
31. _______________ captures user touch events
a. None of these
32. AppRegistry is the JavaScript entry point for running all React
Native apps
a. True
PERSONAL