Use the React Native community masked-view package to create an opening animation like the Twitter iOS app opener animation in this post.
Create a to-do list with React Native Draggable FlatList, which allows you to add, delete, mark as complete, and reorder to-do items.
Let’s design a vertical tab layout in React Native — using CSS flexbox for responsiveness — and discuss horizontal vs. vertical tab layouts.
Learn how to render HTML to React Native using the react-native-render-html
library instead of having to rewrite code for target platforms.
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.
Learn about react-native-track-player features through implementing a fully-featured music track player library.
Learn how to build a speech-to-text dictation application using React Native, Node.js, Xcode, and VS Code.
Learn how to use Whisper, a speech recognition tool, to create a speech-to-text application with React Native.
Customizing thematic elements such as text color in your React Native app can help provide a smooth user experience. Let’s explore how.
Learn how to build and customize flashbar components in React Native according to practical requirements.
Learn how to enhance a React Native application with haptic feedback, along with the general benefits of haptic feedback for applications.
In this guide, we’ll learn how to build an animated slide toggle in React Native and understand the concepts of creating this feature.