Tag: react-native

React Suspense React Freeze

Exploring React Suspense with React Freeze

Dev

Explore React Suspense and React Freeze, which builds on the ideas behind React Suspense to freeze component rendering and give you more control of your UI.

Andrew Evans
Apr 21, 2022 ⋅ 4 min read

Building an ecommerce mobile app with React Native and WooCommerce

Dev

In this comprehensive tutorial, learn how to create a mobile ecommerce app with popular WordPress plugin WooCommerce.

Rose Chege
Apr 18, 2022 ⋅ 13 min read
React Native Linear Gradient

Creating complex gradients with react-native-linear-gradient

Dev

Gradients can come in handy when you want to create multi-color backgrounds or custom buttons, adding visual interest to your UI and guiding user attention.

Kitavi Joseph
Apr 13, 2022 ⋅ 6 min read
React Native Snap Carousel

React Native carousel with react-native-snap-carousel

Dev

Implement a carousel and add pagination in React Native using react-native-snap-carousel, which provides many options for creating carousels.

Samaila Bala
Apr 13, 2022 ⋅ 4 min read
React Logo

Create high-performance graphics with React Native Skia

Dev

Thanks to the dev team behind react-native-skia, we can now use Skia in React Native applications to draw graphics and create UI concepts.

Rupesh Chaudhari
Apr 12, 2022 ⋅ 8 min read

React Native push notifications with Firebase Cloud Messaging

Dev

Adding push notifications to a React Native app is easy using Firebase Cloud Messaging and the React Native Firebase package.

Rose Chege
Apr 5, 2022 ⋅ 4 min read
A Guide To React Native’s AsyncStorage

A guide to React Native’s AsyncStorage

Dev

AsyncStorage is an unencrypted and asynchronous data storage system in React Native that allows users to persist data offline.

Chimezie Innocent
Mar 14, 2022 ⋅ 5 min read
Troubleshooting Common React Native bugs

Troubleshooting common React Native bugs

Dev

In this troubleshooting guide, we share how to easily find and address common React Native bugs.

Daniel Idaszak
Mar 7, 2022 ⋅ 6 min read
Build a Text Detector with React Native

Build a text detector in React Native

Dev

Build a text detector in React Native by creating your own image picker component and using Google Cloud Vision.

Hussain Arif
Feb 23, 2022 ⋅ 5 min read
React Native Gifted Chat

Build a chat app with react-native-gifted-chat

Dev

Add real-time chat to your iOS or Android applications using react-native-gifted-chat and Firebase to improve communication for your users.

Emmanuel Etukudo
Feb 22, 2022 ⋅ 10 min read

Adding checkboxes and tables to a React Native app

Dev

Review the individual components and properties of React Native checkboxes and tables, and learn how to add different types of checkboxes and tables to a React Native app.

Mukesh Mandiwal
Feb 17, 2022 ⋅ 6 min read

The comprehensive guide to dark mode in React Native

Dev

There are plenty of methods for implementing dark mode in React Native apps – learn about the most popular with this handy guide.

Rose Chege
Feb 15, 2022 ⋅ 9 min read