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.
Explore common React Native errors such as “command not found” and learn about their causes and potential solutions.
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.
Let’s compare mobile app development with React Native vs. Vue and Capacitor now that Vue Native has been deprecated.
Improve UX in your mobile applications with React Native by implementing a credit card scanning feature using your device’s camera and text recognition.
Create a custom sticky header with React Native ScrollView that shrinks, expands, and changes color on scroll to enhance your app’s UX.
OTPs can be a daunting task because of the TextInput required. We can split the display to create one box for each OTP digit.
Learn the difference between touchable and pressable components in React Native, and how to implement different effects with each kind.
Even when we leave our app and come back later, Redux Persist fetches the data from AsyncStorage and initializes the Redux store with it.
Learn how to integrate React Native into native apps to gain access to a vast array of shared codebases.