React Native Here’s What I’ve Learned After a Year of Full-Time React Native Development A year of full-time React Native development has taught me that success comes from consistent habits. Here are the ones that matter most.
React Native Create a Chart with a Secondary Y Axis in React Native with Victory Native XL The configurability of Victory Native XL charts can be a huge plus, especially when developing in React Native.
React Native How to AirDrop a SQLite Database from Your React Native App My development team came up with a solution that takes advantage of the iOS and Android share sheet to let us export our SQLite database.
Mobile Apps Create a Current Location Map for Mobile Devices with Expo and React Native I’ve recently been working on developing a geofencing app and built this current location map using Expo and react-native-maps.
React Native Don’t Reinvent the Wheel or the Modal. Use React Native Reusables Instead. React Native Reusables is a toolkit that lets you instantly add pre-built, customizable, and time-tested components to your React Native app.
GitHub Actions Run Detox Tests with GitHub Actions, Part 2: Caching and Parallel Tests Running Detox tests can be pretty slow. Learn to improve the pipeline: parallelize the tests and cut down on runner costs.
GitHub Actions Run Detox Tests with GitHub Actions, Part 1: Add a New Workflow Automating Detox tests for a React Native app can be challenging. Learn how my team handled it with GitHub Actions.
React Native Embrace App Monitors: A Solution for State Changes in React Native Let's look at why relying solely on useEffect might make your code a bit of a puzzle and how App Monitors can alleviate this issue.
Developer Tools How to Add Authentication to Your React Native Expo App with Firebase In this guide, we will walk through how to set up authentication in your React Native Expo App with Firebase.
React Native Resolve “Non-std C++ Exception” in React Native with the “lsof” Command React Native is powerful, but, like any technology a developer has to work through an occasional errors, such as the "Non-std C++ Exception".
React Native Why I Recommend Adopting Expo Prebuild Keith Kurak’s recent talk, "Not Your Grandparents’ Expo," motivated me to look into adopting prebuild on my current project.
React Native Create a Hand-Drawing Component Using React Native Skia While searching for the ideal library, I came across React Native Skia — a high-performance 2D graphics library.