Tag: react-native

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
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