react native

Getting started with Realm for React Native

Getting started with Realm for React Native

Learn how to get started with Realm and Realm Studio, an easier alternative to SQLite, for database management in React Native...
Mamta Dalal
12 min read
Build Fintech App Plaid React Native

Build a fintech app with Plaid and React Native

Use Plaid and React Native to build a fintech app for both iOS and Android. Leverage Plaid Link flow to display...
Mukesh Mandiwal
5 min read
Choosing and Connecting a React Native Backend

Choosing and connecting a React Native backend

In this article, we'll learn how to choose and connect a React Native backend and how to create our own backend...
Taofiq Aiyelabegan
11 min read
How To Fetch And Handle Blob Data In React Native

How to fetch and handle blob data in React Native

The react-native-blob-util and react-native-fs packages allow us to access and manage the file systems of our devices.
Chimezie Innocent
14 min read
React Native Vs. Swift For IOS Development

React Native vs. Swift for iOS development

Compare building an iOS app using React Native vs. Swift, including which has better performance and the faster development lifecycle.
Victor Jonah
7 min read
Using React Native VisionCamera: Demo and alternatives

Using React Native VisionCamera: Demo and alternatives

We explore React Native VisionCamera as an alternative to the now-deprecated React Native Camera library by building a QR code scanner.
Gapur Kassym
5 min read

Creating a resume builder app in React Native

In this project, we will create a resume builder app to demonstrate some important practical skills and techniques for mobile development.
Kingsley Ubah
7 min read
Re.pack For Large-Scale React Native Projects

Using Re.pack for large-scale React Native projects

Re.pack, the webpack-based toolkit, allows large-scale React Native apps to benefit from features like code splitting and module federation.
Zain Sajjad
7 min read
Create visuals with React Native community masked view

Creating visuals with react-native-masked-view

Use the React Native community masked-view package to create an opening animation like the Twitter iOS app opener animation in this...
Shalitha Suranga
8 min read
Build A Draggable To-Do List With React Native Draggable FlatList

Build a draggable to-do list with React Native Draggable FlatList

Create a to-do list with React Native Draggable FlatList, which allows you to add, delete, mark as complete, and reorder to-do...
Shad Mirza
5 min read
Creating A Vertical Tab Layout For React Native Apps

Creating a vertical tab layout for React Native apps

Let's design a vertical tab layout in React Native — using CSS flexbox for responsiveness — and discuss horizontal vs. vertical...
Kingsley Ubah
5 min read
How To Render Html To React Native

How to render HTML to React Native

Learn how to render HTML to React Native using the react-native-render-html library instead of having to rewrite code for target platforms.
Harsh Patel
5 min read