- Getting Started with React Native
- Ethan Holmes Tom Bray
- 202字
- 2021-07-30 09:57:22
What this book covers
Chapter 1, Exploring the Sample Application, is a step-by-step guide to running the sample iOS Application.
Chapter 2, Understanding React Native Fundamentals, covers the basics of React Native and gives brief insight into how the Virtual DOM improves performance. Then there is an introduction to props and state by creating your first component.
Chapter 3, Beginning with the Example Application, begins with generating the project files for iOS and Android. Then it continues with creating the first screens and adding navigation to the application.
Chapter 4, Working with Styles and Layout, covers the ins and outs of laying out and styling content in React Native. Learn how to apply React CSS and Flexbox to your components.
Chapter 5, Displaying and Saving Data, uses ListViews to display data and save notes using the AsyncStorage API.
Chapter 6, Working with Geolocation and Maps, discusses the geolocation API and Map Component.
Chapter 7, Integrating Native Modules, focuses on integrating third party native modules from the React Native community into your applications.
Chapter 8, Releasing the Application, goes through the release process for iOS and Android so you are ready to submit an application to the AppStore or the Google Play Store.
- TensorFlow Lite移動(dòng)端深度學(xué)習(xí)
- CentOS 7 Server Deployment Cookbook
- 從學(xué)徒到高手:汽車(chē)電路識(shí)圖、故障檢測(cè)與維修技能全圖解
- GeoServer Beginner's Guide(Second Edition)
- HTML5從入門(mén)到精通 (第2版)
- ASP.NET開(kāi)發(fā)與應(yīng)用教程
- MINECRAFT編程:使用Python語(yǔ)言玩轉(zhuǎn)我的世界
- SQL Server 2016 從入門(mén)到實(shí)戰(zhàn)(視頻教學(xué)版)
- 百萬(wàn)在線:大型游戲服務(wù)端開(kāi)發(fā)
- Learning Cocos2d-JS Game Development
- Java核心編程
- Java程序性能優(yōu)化實(shí)戰(zhàn)
- Hands-On Data Visualization with Bokeh
- Jenkins 2.x實(shí)踐指南
- Expert Angular