react native

Intro to LogBox, React Native's New and Improved Debugging Experience

Intro to LogBox, React Native’s new and improved debugging experience

React Native 0.63 features a completely redesigned error, warnings, and logging system. Here's everything you need to know about LogBox.
Solomon Eseme
1 min read
Using NativeBase With React Native

Using NativeBase with React Native

With NativeBase components, you don't have to create fundamental components such as buttons, containers, and lists from scratch. This enables you...
Gaurav Singhal
5 min read
Common Bugs In React Native ScrollView And How To Fix Them

Common bugs in React Native ScrollView and how to fix them

React Native's ScrollView component is ubiquitous — but so are implementation mistakes. Learn what to look out for.
Paweł Karniej
4 min read
The best React Native animation libraries

The best React Native animation libraries

The next time you're planning to add animations to your React Native app, catch up on the features of the best...
Aman Mittal
3 min read
Five logos of different frameworks.

Comparing developer experience for cross-platform frameworks

This post compares React Native, Flutter, Xamarin, Ionic, and NativeScript based on setup, documentation, hot reloading, and debugging.
Dylan Tientcheu
9 min read

Implementing secure passwordless authentication in React Native apps with Auth0

In this post, we'll go over the concepts involved in implementing passwordless authentication with Auth0 and Twilio in a React Native...
Peter Ekene Eze
7 min read

Nested React Native navigators

We will create a switch navigator for switching between application screens and authentication screens. Then we'll create a drawer navigator which...
Kitavi Joseph
9 min read
Building A Tab Control Component For iOS And Android With React Native

Building a tab control component for iOS and Android with React Native

React Native allows you to create a tab control component for iOS and Android with shared state management and data flow.
Sebastian Weber
11 min read

Overcoming single-threaded limitations in React Native

In this blog post, we'll take a look at certain features that limit React Native's performance and how we can reduce...
Raphael Ugwu
5 min read
A guide for improving React Native performance with immutability.

Improve React Native performance with immutability

A guide to using built-in performance monitoring tools within React Native, as well as external libraries such as Moize or Immer....
Daniel Idaszak
3 min read
Mimic WhatsApp Stories Using React Native And Firestore

Mimic WhatsApp stories using React Native and Firestore

Learn how to mimic WhatsApp's story functionality with React Native and Firestore.
Mohammad Kashif Sulaiman
6 min read
reactnative postgresql graphql

How to create a React Native app with PostgreSQL and GraphQL: Part 1

In part one of this two-part series, we’ll be building a GraphQL server with a PostgreSQL database that will serve as...
Austin Roy Omondi
8 min read