Tag: react-native

How to create onboarding screens with React Native ViewPager

How to create onboarding screens with React Native ViewPager

Dev

We are going to use a React Native community package, called react-native-viewpager, that allows us to swipe left or right between different pages where each page has some data to display.

Aman Mittal
Sep 22, 2020 ⋅ 8 min read
React Native form validations with Formik and Yup

React Native form validations with Formik and Yup

Dev

Formik and Yup offer an easy, understandable, and extensible solution to handling forms in React and React Native.

Kitavi Joseph
Sep 17, 2020 ⋅ 10 min read
Hands-on With React Native For macOS

Hands-on with React Native for macOS

Dev

Get hands-on with React Native for macOS, built on the original React Native project to include the desktop environment on a Mac.

Andrew Evans
Sep 4, 2020 ⋅ 9 min read
Intro to LogBox, React Native's New and Improved Debugging Experience

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

Dev

React Native 0.63 features a completely redesigned error, warnings, and logging system. Here’s everything you need to know about LogBox.

Solomon Eseme
Sep 2, 2020 ⋅ 1 min read
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