Tag: react-native

Build A React Native Speech To Text App

Build a React Native speech-to-text dictation app

Dev

Learn how to build a speech-to-text dictation application using React Native, Node.js, Xcode, and VS Code.

Ganesh Mani
Dec 14, 2022 ⋅ 8 min read
How to use Whisper for speech recognition in React Native

Using Whisper for speech recognition in React Native

Dev

Learn how to use Whisper, a speech recognition tool, to create a speech-to-text application with React Native.

David Ekanem
Dec 5, 2022 ⋅ 13 min read
Customize React Native Text Color And Other Theme Elements

Customize React Native text color and other theme elements

Dev

Customizing thematic elements such as text color in your React Native app can help provide a smooth user experience. Let’s explore how.

Kingsley Ubah
Nov 29, 2022 ⋅ 5 min read
Build a custom flashbar in React Native

Build a custom flashbar in React Native

Dev

Learn how to build and customize flashbar components in React Native according to practical requirements.

Shalitha Suranga
Nov 25, 2022 ⋅ 13 min read
Customizing Haptic Feedback For React Native Apps

Customizing haptic feedback for React Native apps

Dev

Learn how to enhance a React Native application with haptic feedback, along with the general benefits of haptic feedback for applications.

Nwani Victory
Nov 15, 2022 ⋅ 9 min read
How to Build an Animated Slide Toggle in React Native

How to build an animated slide toggle in React Native

Dev

In this guide, we’ll learn how to build an animated slide toggle in React Native and understand the concepts of creating this feature.

Paul Oloyede
Nov 14, 2022 ⋅ 7 min read
Customizing Your React Native Status Bar Based On Route

Customizing your React Native status bar based on route

Dev

Learn to master status bars in React Native for any device by using the StatusBar component and the imperative API.

Bianca Dragomir
Nov 8, 2022 ⋅ 8 min read
React Native Console Log Best Practice

Reviewing React Native console logs: Best practices

Dev

When it comes to debugging, console logs are really insightful, helping you examine the real-time data that an app is using at any point of execution.

Atharva Deosthale
Nov 3, 2022 ⋅ 4 min read
Using Methods Like Zindex In React Native To Stack Elements

Using methods like zIndex in React Native to stack elements

Dev

In React Native, you can use zIndex, position, Flatlist, and other methods to stack and position elements. Let’s explore some examples.

Kingsley Ubah
Nov 2, 2022 ⋅ 5 min read
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