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.
React Native React Native Desktop: The Future is React Native? Microsoft's React Native Desktop allows you to build apps in Javascript for Windows and MacOS with minimal variations.
React Native Breaking Chains with React Native: My Adventure at Chain React 2023 I recently attended Chain React 2023. Because it's a single-track conference, I had the opportunity to immerse myself in every talk.
React Native What is React Native? 4 Takeaways from the Chain React Conference Here are some of my biggest takeaways from Chain React, a three-day React Native conference. But first, what is React Native?
React Native Developing a React Native App: Styling Differences to Watch For Checking out the style guides for both Android and iOS mobile phone types is important for creating common components in React Native.
React Native React and React Native – What’s the Biggest Difference? React is for frontend web apps and React Native is for cross-platform mobile and web apps. But there are more differences between the two.