- React:Cross-Platform Application Development with React Native
- Emilio Rodriguez Martinez
- 149字
- 2021-07-02 16:17:22
Assessments
- Why does the
react-native-geocoder
module uses Google Maps reverse geocoding services?- To store a human-readable position for the location in which the map is centred
- To translate some coordinates into a human-readable location
- To add an API key in order to authenticate our app with the service
- To ensure the name of the location is recalculated every time the map is moved to show a different region
- Which of the following properties is used for aligning elements?
justifyContent
alignLeft
alignRight
alignJustify
- By default, React Native and Flexbox stack elements ________.
- Diagonally
- Reverse
- Vertically
- Horizontally
- Which of the following lines of code extracts the height and the width from a device into two variables?
const {height, width} = Dimensions.get('height, width');
constant {height, width} = Dimensions.get('window');
const {height, width} = get('window');
const {height, width} = Dimensions.get('window');
- Which are the four properties in order to add a shadow to a component?
推薦閱讀
- Mastering Node.js(Second Edition)
- 微商之道
- 數(shù)據(jù)通信網(wǎng)絡(luò)實(shí)踐:基礎(chǔ)知識(shí)與交換機(jī)技術(shù)
- 社交電商運(yùn)營(yíng)策略、技巧與實(shí)操
- 萬(wàn)物互聯(lián):蜂窩物聯(lián)網(wǎng)組網(wǎng)技術(shù)詳解
- Go Web Scraping Quick Start Guide
- Building RESTful Web Services with Spring 5(Second Edition)
- IPv6網(wǎng)絡(luò)切片:使能千行百業(yè)新體驗(yàn)
- Learning Windows 8 Game Development
- 網(wǎng)絡(luò)AI+:2030后的未來(lái)網(wǎng)絡(luò)
- 設(shè)備監(jiān)控技術(shù)詳解
- 現(xiàn)代通信系統(tǒng)(第5版)
- Selenium WebDriver 3 Practical Guide
- 物聯(lián)網(wǎng)基礎(chǔ)及應(yīng)用
- Building RESTful Web Services with .NET Core