Ignite makes it easy to follow best practices in developing React Native apps. It saves a lot of time when creating new projects.
React Native Reanimated allows for granular control and performance over animations in apps. Let’s see what’s new in v3.
Discover how to configure and connect MQTT to a React Native application and how to publish topics to apps using a client broker.
Learn how to build a stopwatch with a custom duration to create a selfie camera timer in React Native.
Build a cross-platform app with Material Design elements from the React Native Paper library, like drawer navigation, a floating action button, and a contextual action bar.
Pop-up menus improve UI by acting as an overflow menu. They can be used as a secondary action for an item or a button.
Solve your React Native app performance issues, like console statements and animations, using these optimization tools.
Find resources about understanding the skills and technologies that best prepare the modern developer to learn React Native.
Let’s explore Snackbar, a useful React Native tool that can help you add notifications or display pop-up messages in your application.
Convert speech to text using React Native Voice, the most accessible transcription library for React Native that I’ve found.
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.