- Hands-On Design Patterns with React Native
- Mateusz Grzesiukiewicz
- 183字
- 2021-08-13 15:12:55
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
export default function() {
return React.createElement(
Text,
{style: {marginTop: 30}},
'Example Text!'
);
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
export default function App() {
return (
<View style={styles.container}>
...
</View>
);
}
Any command-line input or output is written as follows:
yarn test -- --coverage
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "You can now tap the Details button to navigate to the Task Details screen."
- 算法訓(xùn)練營:入門篇(全彩版)
- NativeScript for Angular Mobile Development
- Java Web程序設(shè)計
- TypeScript圖形渲染實戰(zhàn):基于WebGL的3D架構(gòu)與實現(xiàn)
- 精通Python自然語言處理
- JavaScript動態(tài)網(wǎng)頁開發(fā)詳解
- 學(xué)Python也可以這么有趣
- .NET 4.5 Parallel Extensions Cookbook
- OpenCV Android Programming By Example
- Instant Apache Camel Messaging System
- 計算機應(yīng)用基礎(chǔ)(第二版)
- Java 9 with JShell
- Python物理建模初學(xué)者指南(第2版)
- Applied Deep Learning with Python
- 微信小程序開發(fā)邊做邊學(xué)(微課視頻版)