Book Image

React Native Recipes - Volume 1 [Video]

By : Crysfel Villa, Stan Bershadskiy
Book Image

React Native Recipes - Volume 1 [Video]

By: Crysfel Villa, Stan Bershadskiy

Overview of this book

<p>React has taken the web development world by storm, and it is only natural that its unique architecture and third-party support ecosystem should be applied to native application development. Using JavaScript, you can build a truly native application that renders native UI components and accesses native device functionality. This video will take you from the basics of React Native development all the way through to some more advanced components.</p> <p>This video covers React Native topics ranging from adding basic UI components to successfully implementing Redux. The video follows a top-down approach, beginning with building rich user interfaces. These UIs will be created with both built-in and custom components. You will then animate UIs to make the application feel more alive. Then you will learn to store data in a native database and integrate it with the Facebook SDK. Finally, you will learn to make Redux fit into your application.</p> <h2>Style and approach</h2> <p>This is a fast-paced guide with clear, concise recipes that let you discover, and take advantage of, the many features offered by React Native to build compelling mobile apps. This video course will take your skills to the next level and equip you with the expertise to build high-performing, native mobile apps in JavaScript.</p>
Table of Contents (5 chapters)
Chapter 2
Implementing Complex User Interfaces
Content Locked
Section 9
Rendering Simple HTML Elements Using Native Components
In this video, we will render text in the HTML format using native components. To achieve this, we will use a third-party library called react-native-htmlview. - Bootstrap our app - Render a top toolbar with title property - Add some styles