Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Anthony Accomazzo
Most Recent
Most Popular
Highest Rated
Reset
https://s3.amazonaws.com/assets.fullstack.io/n/20250212145951782_article-image.jpg

lesson

Persisting data30 Days of React Native

Async Storage is a lightweight key-value database built specifically for React Native.

https://s3.amazonaws.com/assets.fullstack.io/n/20250212145938146_article-image.jpg

lesson

Network requests30 Days of React Native

We typically use `fetch` to make network requests for JSON data.

https://s3.amazonaws.com/assets.fullstack.io/n/20250212145915908_article-image.jpg

lesson

Platform-specific Code30 Days of React Native

Once we know how to run platform-specific code, we'll be equipped to make an app that feels great on every platform.

https://s3.amazonaws.com/assets.fullstack.io/n/20230427081732940_article-image.jpg

lesson

How to Build Your First React Native App with Expo30 Days of React Native

By the end of this article, we’ll have an application up and running on a real device or simulator!

https://s3.amazonaws.com/assets.fullstack.io/n/20230427081731525_article-image.jpg

lesson

What is React Native? Building iOS and Android Apps With React.30 Days of React Native

React Native allows us to build a mobile application for iOS and Android in a single language and framework.

https://s3.amazonaws.com/assets.fullstack.io/n/20230427081740825_article-image.jpg

lesson

React Native Text Components Explained With Examples and Common Styles30 Days of React Native

The Text component is one of the most common React Native components — we use it whenever we need to display text in our app.

https://s3.amazonaws.com/assets.fullstack.io/n/20230427081739425_article-image.jpg

lesson

How to Create React Native Layouts with Flexbox with examples30 Days of React Native

If you're familiar with CSS properties like flex-direction, then you already know how to create layouts in React Native!

https://s3.amazonaws.com/assets.fullstack.io/n/20230427081734558_article-image.jpg

lesson

Understanding How React Native Components Work30 Days of React Native

Now that we'll all set up, let’s dive into how components work in React Native.

https://s3.amazonaws.com/assets.fullstack.io/n/20191101175921022_article-image.jpg

lesson

Displaying Images

Today we'll look at some of the different ways we can use the Image component to display images.