Tag: react-native

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
React Native Component Libraries

10 React Native component libraries you should know

Dev

Component libraries offer pre-developed components that help us deliver our React Native projects faster. Explore some popular ones, like React Native Paper, React Native Elements, NativeBase, and RNUI.

Aman Mittal
Dec 15, 2022 ⋅ 6 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