Tag: react-native

Build Fintech App Plaid React Native

Build a fintech app with Plaid and React Native

Dev

Use Plaid and React Native to build a fintech app for both iOS and Android. Leverage Plaid Link flow to display wallet balance and transactions.

Mukesh Mandiwal
Jan 31, 2023 ⋅ 5 min read
Choosing and Connecting a React Native Backend

Choosing and connecting a React Native backend

Dev

In this article, we’ll learn how to choose and connect a React Native backend and how to create our own backend service using Node.js.

Taofiq Aiyelabegan
Jan 31, 2023 ⋅ 11 min read
React Native Vs. Swift For IOS Development

React Native vs. Swift for iOS development

Dev

Compare building an iOS app using React Native vs. Swift, including which has better performance and the faster development lifecycle.

Victor Jonah
Jan 24, 2023 ⋅ 7 min read
Using React Native VisionCamera: Demo and alternatives

Using React Native VisionCamera: Demo and alternatives

Dev

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

Gapur Kassym
Jan 20, 2023 ⋅ 5 min read

Creating a resume builder app in React Native

Dev

In this project, we will create a resume builder app to demonstrate some important practical skills and techniques for mobile development.

Kingsley Ubah
Jan 17, 2023 ⋅ 7 min read
Re.pack For Large-Scale React Native Projects

Using Re.pack for large-scale React Native projects

Dev

Re.pack, the webpack-based toolkit, allows large-scale React Native apps to benefit from features like code splitting and module federation.

Zain Sajjad
Jan 17, 2023 ⋅ 7 min read
Create visuals with React Native community masked view

Creating visuals with react-native-masked-view

Dev

Use the React Native community masked-view package to create an opening animation like the Twitter iOS app opener animation in this post.

Shalitha Suranga
Jan 13, 2023 ⋅ 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

Dev

Create a to-do list with React Native Draggable FlatList, which allows you to add, delete, mark as complete, and reorder to-do items.

Shad Mirza
Jan 11, 2023 ⋅ 5 min read
Creating A Vertical Tab Layout For React Native Apps

Creating a vertical tab layout for React Native apps

Dev

Let’s design a vertical tab layout in React Native — using CSS flexbox for responsiveness — and discuss horizontal vs. vertical tab layouts.

Kingsley Ubah
Jan 4, 2023 ⋅ 5 min read
How To Render Html To React Native

How to render HTML to React Native

Dev

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
Dec 22, 2022 ⋅ 5 min read
Understanding Inheritance React Native

Understanding inheritance in React Native

Dev

Inheritance is a great OOP concept to reuse code while maintaining its integrity. However, due to the structure of React Native components, inheritance is not the best option for React Native.

Kumar Harsh
Dec 19, 2022 ⋅ 8 min read
react-native-track-player: A complete guide

React Native track player: A complete guide

Dev

Learn about react-native-track-player features through implementing a fully-featured music track player library.

Shalitha Suranga
Dec 19, 2022 ⋅ 14 min read