Tag: react-native

Using NativeBase With React Native

Using NativeBase with React Native

Dev

With NativeBase components, you don’t have to create fundamental components such as buttons, containers, and lists from scratch. This enables you to work more efficiently on the business logic and not worry too much about the UI design of your React Native app.

Gaurav Singhal
Aug 6, 2020 ⋅ 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

Dev

React Native’s ScrollView component is ubiquitous — but so are implementation mistakes. Learn what to look out for.

Paweł Karniej
Aug 6, 2020 ⋅ 4 min read
Five logos of different frameworks.

Comparing developer experience for cross-platform frameworks

Dev

This post compares React Native, Flutter, Xamarin, Ionic, and NativeScript based on setup, documentation, hot reloading, and debugging.

Dylan Tientcheu
May 21, 2020 ⋅ 9 min read

Implementing secure passwordless authentication in React Native apps with Auth0

Dev

In this post, we’ll go over the concepts involved in implementing passwordless authentication with Auth0 and Twilio in a React Native application.

Peter Ekene Eze
May 19, 2020 ⋅ 7 min read

Nested React Native navigators

Dev

We will create a switch navigator for switching between application screens and authentication screens. Then we’ll create a drawer navigator which will contain the tab navigator and stack navigator.

Kitavi Joseph
Apr 7, 2020 ⋅ 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

Dev

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

Sebastian Weber
Mar 24, 2020 ⋅ 11 min read

Overcoming single-threaded limitations in React Native

Dev

In this blog post, we’ll take a look at certain features that limit React Native’s performance and how we can reduce their effects to build robust products with this framework.

Raphael Ugwu
Feb 13, 2020 ⋅ 5 min read
A guide for improving React Native performance with immutability.

Improve React Native performance with immutability

Dev

A guide to using built-in performance monitoring tools within React Native, as well as external libraries such as Moize or Immer.

Daniel Idaszak
Oct 31, 2019 ⋅ 3 min read
Mimic WhatsApp Stories Using React Native And Firestore

Mimic WhatsApp stories using React Native and Firestore

Dev

Learn how to mimic WhatsApp’s story functionality with React Native and Firestore.

Mohammad Kashif Sulaiman
Sep 10, 2019 ⋅ 6 min read
reactnative postgresql graphql

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

Dev

In part one of this two-part series, we’ll be building a GraphQL server with a PostgreSQL database that will serve as the backend of our application.

Austin Roy Omondi
Sep 3, 2019 ⋅ 8 min read
How To Make Tinder-Like Card Animations In React Native

How to make Tinder-like card animations with React Native

Dev

Learn how to recreate Tinder’s original swiping mechanisms with React Native.

Paweł Karniej
Sep 2, 2019 ⋅ 5 min read
The State of React Native for Web

The state of React Native for Web

Dev

React Native for Web is one of the most amazing ideas I’ve stumbled upon in a while. For UI developers, […]

Javier Marquez
Apr 10, 2019 ⋅ 7 min read