- 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."
- Visual Basic 6.0程序設(shè)計計算機組裝與維修
- MATLAB 2020 從入門到精通
- 概率成形編碼調(diào)制技術(shù)理論及應(yīng)用
- Visual C#通用范例開發(fā)金典
- Mastering Xamarin.Forms(Second Edition)
- JavaScript機器人編程指南
- Learning Nessus for Penetration Testing
- Angular Design Patterns
- Android Studio開發(fā)實戰(zhàn):從零基礎(chǔ)到App上線 (移動開發(fā)叢書)
- 算法秘籍
- 例說FPGA:可直接用于工程項目的第一手經(jīng)驗
- Microsoft XNA 4.0 Game Development Cookbook
- Mastering VMware vSphere Storage
- Java語言GUI程序設(shè)計
- Mastering Puppet(Second Edition)