react native
Learn how to get started with Realm and Realm Studio, an easier alternative to SQLite, for database management in React Native...
Use Plaid and React Native to build a fintech app for both iOS and Android. Leverage Plaid Link flow to display...
In this article, we'll learn how to choose and connect a React Native backend and how to create our own backend...
The react-native-blob-util
and react-native-fs
packages allow us to access and manage the file systems of our devices.
Compare building an iOS app using React Native vs. Swift, including which has better performance and the faster development lifecycle.
We explore React Native VisionCamera as an alternative to the now-deprecated React Native Camera library by building a QR code scanner.
In this project, we will create a resume builder app to demonstrate some important practical skills and techniques for mobile development.
Re.pack, the webpack-based toolkit, allows large-scale React Native apps to benefit from features like code splitting and module federation.
Use the React Native community masked-view package to create an opening animation like the Twitter iOS app opener animation in this...
Create a to-do list with React Native Draggable FlatList, which allows you to add, delete, mark as complete, and reorder to-do...
Let's design a vertical tab layout in React Native — using CSS flexbox for responsiveness — and discuss horizontal vs. vertical...
Learn how to render HTML to React Native using the react-native-render-html
library instead of having to rewrite code for target platforms.