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.
React Native 3 Reasons to Use Expo for Your Next Cross-Platform Mobile App Project Expo is a compelling option for anyone developing a cross-platform mobile application. Here are a few reasons it’s worth your consideration.
React Native A Starter’s Guide to the Yelp API for Your React Native App The Yelp API gives you access to information about millions of businesses for your React Native app. Learn how to make requests with the Yelp API.
React Native 3 Ways to Make Your React Native App Look Great on Any Device Does your app look great on one device and horrible on the other? Here are three ways to scale your react native app and make it look great on any device.
Platforms & Languages How To Keep Track of the Current Route in React Navigation V5 Outside of a Screen React Navigation 5.x has useful hooks that are great when you don’t want to pass navigation information deep into your component tree.