Explore the benefits of using Hermes as the JavaScript engine for your React Native application and follow a thorough tutorial to get started.
Detecting visible components can be tricky, but in this tutorial we build toward a usable solution that avoids some FlatList API limitations.
Learn how to build a typewriter effect for code blocks using React with syntax highlighting.
Explore common React Native errors such as “command not found” and learn about their causes and potential solutions.
While Strict Mode has been a React feature for some time time, v18 makes it more efficient in catching early bugs, making the codebase more predictable.
With NFC tags, you can easily transfer small amounts of information, like app URLs, encrypted bank accounts, and more.
Learn how to use fastlane and GitHub Actions in React Native projects to simplify the build and release for iOS and Android apps.
In almost every app that you develop, sooner or later there will arise a need to capture user input. Fortunately, […]
PropTypes
To pass props between React components, you can add them when the component is called, just like passing arguments when calling on a regular JavaScript function.
See how easy it is to create a draggable slider in React with the react-draggable-slider package with custom styling and animation.
The virtual DOM provides a mechanism that abstracts manual DOM manipulations away from the developer, helping us to write more predictable code.
Let’s compare mobile app development with React Native vs. Vue and Capacitor now that Vue Native has been deprecated.