Tag: react-native

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
Creating React Native badge components in iOS

Creating React Native badge components in iOS

Dev

Learn how to integrate notification badge components into a React Native project and explore how badges improve UX ‌and drive engagement.

David Ekanem
Sep 27, 2022 ⋅ 6 min read
How to build a customized React Native activity indicator

How to build a customized React Native activity indicator

Dev

Learn how to customize and use a React Native activity indicator to fit into any app and ways to display customized cross-platform activity indicators with several third-party libraries and inbuilt APIs!

Shalitha Suranga
Sep 26, 2022 ⋅ 13 min read
Creating And Styling A Modal Bottom Sheet In React Native

Creating and styling a modal bottom sheet in React Native

Dev

A modal bottom sheet slides up from the bottom of a screen to display extra content or longer descriptions within a mobile application.

Taofiq Aiyelabegan
Sep 26, 2022 ⋅ 8 min read
React Logo

How to upload images from React Native to a Laravel API

Dev

This demonstration shows how to upload images from a React Native app to a Laravel API in a few quick and easy steps.

Vijit Ail
Sep 22, 2022 ⋅ 5 min read
React Native Geolocation

React Native geolocation: A complete tutorial

Dev

Explore geolocation in React Native and build an app that displays the user’s location on a map with longitude and latitude coordinates.

Emmanuel Oaikhenan
Sep 21, 2022 ⋅ 9 min read
Implementing 3D animations in React Native

Implementing 3D animations in React Native

Dev

Learn how to implement 3D animations in React Native using the Three.js library in this post. We cover both simple and advanced use cases.

David Ekanem
Sep 14, 2022 ⋅ 8 min read
Using Google Places Autocomplete Components In React Native

Using Google Places autocomplete components in React Native

Dev

Google offers tons of APIs for accessing its map services, one of which is the Places API. The Places API […]

Elijah Agbonze
Sep 6, 2022 ⋅ 12 min read
Understanding How Atomic Design Is Used in React Native

Understanding how Atomic Design is used in React Native

Dev

Learn about using Atomic Design with React Native apps — what it is and the role of each element that makes up the methodology as a whole. 

Nitish Sharma
Aug 31, 2022 ⋅ 6 min read
Understanding AJAX requests in React Native

Understanding AJAX requests in React Native

Dev

There are several ways to make AJAX requests that you can choose from for your React Native app, and we cover quite a few in this post.

Shalitha Suranga
Aug 30, 2022 ⋅ 14 min read