- React Native By Example
- Richard Kho
- 181字
- 2021-07-09 18:21:27
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Based on this layout, we see that the entry point for the iOS version of our app is index.ios.js and that a specific iOS folder (and Android for that matter) is generated."
A block of code is set as follows:
class Tasks extends Component {
render () {
return (
<View style = {{ flex: 1, justifyContent: 'center',
alignItems: 'center', backgroundColor: '#F5FCFF'
}}>
<Text style = {{ fontSize: 20, textAlign:
'center', margin: 10 }}>
Welcome to React Native!
</Text>
</View>
)
}
}
Any command-line input or output is written as follows:
react-native init Tasks
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "When you open the Developer menu, you'll see the following options."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- LaTeX Cookbook
- Python Tools for Visual Studio
- Kinect for Windows SDK Programming Guide
- Python完全自學教程
- Mastering Android Development with Kotlin
- Python數據結構與算法(視頻教學版)
- MySQL從入門到精通(軟件開發視頻大講堂)
- 從零開始學C#
- Xcode 6 Essentials
- Python+Office:輕松實現Python辦公自動化
- 高效使用Greenplum:入門、進階與數據中臺
- SQL Server 2012 數據庫應用教程(第3版)
- C++17 By Example
- MySQL核心技術與最佳實踐
- 美麗洞察力:從化妝品行業看顧客需求洞察