
Nowadays, credit card readers come with NFC readers, which can read the card details through NFC tags embedded into the credit card.

pointerEvents in React NativeIn this article, we will look at how to use React Native pointerEvents to help determine how a View interacts with touch events.

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

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!

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

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

In this React Transition Group tutorial, learn how to use the CSSTransition and TransitionGroup components in your React app to improve UX.

Mantine, a React component library, has created a collection of custom Hooks to handle various tasks. Let’s take a look at my favorite five.

In this article, we will explore how to use a zero-runtime CSS-in-JS library called Linaria in React applications.

Catch bugs in your code before your React app is live by performing end-to-end testing with Jest and Puppeteer.

In React, a custom Hook is a function that starts with the word “use” and may call other Hooks.

With the introduction of custom Hooks in React, developers can stop using render props.