Tag: react-native

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
React Native Logo

Picking files in React Native apps using react-native-document-picker

Dev

Learn how to pick documents and files of any format from a user’s device in a React Native application for iOS and Android.

Rupesh Chaudhari
Feb 14, 2022 ⋅ 4 min read

Implementing React Native biometric authentication with Expo

Dev

Learn how to add biometric authentication like face ID and touch ID in a bare-bones React Native app using an Expo SDK.

Ejiro Asiuwhu
Feb 11, 2022 ⋅ 6 min read
Svelte and React Native Logos Over a Purple and Blue Background

Svelte Native vs. React Native: A comparison guide

Dev

Svelte Native is the new kid on the block for building native Android and iOS apps, but how does it compare to React Native?

Eze Sunday
Feb 11, 2022 ⋅ 5 min read
Build A Custom React Native Action Sheet

Build a custom React Native action sheet

Dev

A React Native action sheet is a UI element that renders a context menu, including icons or images, on the bottom of the screen.

Hussain Arif
Feb 8, 2022 ⋅ 4 min read

Implement push notifications in React Native with OneSignal

Dev

Learn how to implement push notifications in React Native on iOS or Android devices with OneSignal, a handy messaging tool.

Edmund Ekott
Feb 2, 2022 ⋅ 10 min read
VS Code Logo Over a Sparkly Background

Debugging React Native with VS Code

Dev

There are several ways to debug a React Native app. Here’s how to do so within the same app using VS Code.

Stephan Miller
Feb 2, 2022 ⋅ 6 min read