Book Image

React Native: Tips, Tricks, and Techniques [Video]

By : Pavlos Vinieratos
Book Image

React Native: Tips, Tricks, and Techniques [Video]

By: Pavlos Vinieratos

Overview of this book

Mobile application development has seen a bit of a surge lately with the advent of multi-platform frameworks like React Native. This course helps to provide you with valuable tips and tricks to help make your development process easier, and less tedious. You will find tips about reusable logic with Higher Order Components, tips for better upgrading, tips on styling and separation of concerns. You will be getting some useful & cool tips on using tools for faster React Native development, such as reactotron, react-native-debugger and making your own logger for debugging and analytics. Finally, some tips and useful scripts you can use, and a nice way to use feature flags for your application. By the end of this course, you would have added useful skills to your arsenal, a plethora of valuable tips and tricks to make your development process with React Native more effective and efficient. The code bundle for this video course is available at - https://github.com/PacktPublishing/React-Native-Tips-Tricks-and-Techniques
Table of Contents (5 chapters)
Chapter 4
Unified Resources for Easy Named Reuse
Content Locked
Section 5
Styles
The video will show how to extract common component styles into a Unified Resources - Setup styles unified resource - Create some styles - Use styles in one of our components.