Tag: react-native

React Logo Over Blueberries

Create a React Native app using Ignite boilerplate

Dev

Ignite makes it easy to follow best practices in developing React Native apps. It saves a lot of time when creating new projects.

Wern Ancheta
Nov 1, 2022 ⋅ 18 min read
React Logo

Smooth animations with React Native Reanimated 3

Dev

React Native Reanimated allows for granular control and performance over animations in apps. Let’s see what’s new in v3.

Hussain Arif
Oct 18, 2022 ⋅ 4 min read
React Logo Over Hypnotic Red Background

Guide to building a React Native MQTT messaging app

Dev

Discover how to configure and connect MQTT to a React Native application and how to publish topics to apps using a client broker.

Mukesh Mandiwal
Oct 18, 2022 ⋅ 5 min read
Build a selfie camera timer: React Native stopwatch example

Build a selfie camera timer: React Native stopwatch example

Dev

Learn how to build a stopwatch with a custom duration to create a selfie camera timer in React Native.

Kevin Tomas
Oct 17, 2022 ⋅ 8 min read
Using MUI React Native

Using MUI in React Native

Dev

Build a cross-platform app with Material Design elements from the React Native Paper library, like drawer navigation, a floating action button, and a contextual action bar.

Farhan Kathawala
Oct 14, 2022 ⋅ 9 min read
How To Create Customized Pop-Up Menus In React Native

How to create customized pop-up menus in React Native

Dev

Pop-up menus improve UI by acting as an overflow menu. They can be used as a secondary action for an item or a button.

Taofiq Aiyelabegan
Oct 13, 2022 ⋅ 7 min read
Optimize React Native Performance

Optimizing React Native performance

Dev

Solve your React Native app performance issues, like console statements and animations, using these optimization tools.

Ifeanyi Dike
Oct 11, 2022 ⋅ 14 min read

What to learn before learning React Native

Dev

Find resources about understanding the skills and technologies that best prepare the modern developer to learn React Native.

Vijit Ail
Oct 10, 2022 ⋅ 7 min read
Using React Native Snackbar For Custom Pop Up Messages

Using React Native Snackbar to create custom pop-up messages

Dev

Let’s explore Snackbar, a useful React Native tool that can help you add notifications or display pop-up messages in your application.

Chimezie Innocent
Oct 5, 2022 ⋅ 7 min read
React Native Transcription App

How to build a transcription app in React Native

Dev

Convert speech to text using React Native Voice, the most accessible transcription library for React Native that I’ve found.

Martin Kimani
Oct 4, 2022 ⋅ 10 min read
React Native Credit Card Scanner

Build a React Native credit card scanner for chipless cards

Dev

Nowadays, credit card readers come with NFC readers, which can read the card details through NFC tags embedded into the credit card.

Atharva Deosthale
Sep 30, 2022 ⋅ 5 min read

Using pointerEvents in React Native

Dev

In this article, we will look at how to use React Native pointerEvents to help determine how a View interacts with touch events.

Chimezie Innocent
Sep 28, 2022 ⋅ 9 min read