react native

Build a Fully Offline App Using React Native and WatermelonDB

Build a fully offline app using React Native and WatermelonDB

Sometimes we don't really need to be connected to the internet to provide a fully functional and useful app.
Foysal Ahamed
16 min read
Monetizing Your React Native App with Stripe

Monetizing your React Native app with Stripe

We walk through building a complete app, with authentication and payment processing, using React Native (with Expo), UI Kitten, Stripe, and...
Foysal Ahamed
28 min read
How to create onboarding screens with React Native ViewPager

How to create onboarding screens with React Native ViewPager

We are going to use a React Native community package, called react-native-viewpager, that allows us to swipe left or right between...
Aman Mittal
8 min read
React Native form validations with Formik and Yup

React Native form validations with Formik and Yup

Formik and Yup offer an easy, understandable, and extensible solution to handling forms in React and React Native.
Kitavi Joseph
11 min read
Hands-on With React Native For macOS

Hands-on with React Native for macOS

Get hands-on with React Native for macOS, built on the original React Native project to include the desktop environment on a...
Andrew Evans
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

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
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