- React:Cross-Platform Application Development with React Native
- Emilio Rodriguez Martinez
- 224字
- 2021-07-02 16:17:22
Summary
Using UI libraries such as native-base
or react-native-elements
saves a lot of time and maintenance hassle when we need to build apps, but the results end up having a standard flavor, which is not always desirable in terms of user experience. That's why learning how to manipulate the style of our apps is always a good idea, especially on teams where the design is provided by UX specialists or app designers.
In this lesson, we took a deep look into the folders and files created by React Native's CLI when initializing a project. Moreover, we familiarized ourselves with the developer menu and its debugging functionalities. When building our app we set the focus on the layouts and component styling, but also on how to add and manipulate animations to make our interface more appealing to the user. We took a look at Flexbox layout system and how to stack and center elements in our components. API's such as dimensions were used to retrieve the device width and height to perform positioning tricks on some components. You learned how to add fonts and images into our app and how to show them to improve the user experience.
Now that we know how to build more custom interfaces, let's build in the next lesson an image sharing app in which design plays a key role.
- 自動駕駛網絡:自智時代的網絡架構
- Mastering Machine Learning for Penetration Testing
- Truffle Quick Start Guide
- HTML5 Game development with ImpactJS
- Wireshark網絡分析就這么簡單
- 數字調制解調技術的MATLAB與FPGA實現:Altera/Verilog版(第2版)
- 網絡基礎與網絡管理項目化教程
- 基于性能的保障理論與方法
- 深入理解Nginx:模塊開發與架構解析
- 數據血緣分析原理與實踐
- 一本書讀懂TCP/IP
- Qt5 Python GUI Programming Cookbook
- Professional Scala
- 數字王國里的虛擬人:技術、商業與法律解讀
- RestKit for iOS