supabase React Native URLSearchParams - Error: Not Implemented Have you ever seen this error in React Native when using Supabase? "node_modules/react-native/Libraries/Blob/URL.js:86:10 in URLSearchParams#set" Here's how to fix it.
ux Review: Avocode - Design Handoff Tool Made for Developers Got Designs? When a designer hands off the project to a developer, you need a great tool to help you implement a pixel perfect app. Here's a quick video review of how Avocode can make you more productive.
react-native React Native Dismiss Keyboard Custom Hook Use a custom hook to dismiss a keyboard in a React Native app in a static (not scrolling) view using responders.
expo useColorScheme in Expo React Native Apps Want to change to dark mode in your React Native app using Expo? If it's not detecting the appearance change, you can fix it with a simple change.
TypeScript Enforcing Consistent and Error Free Code in an Expo React Native Project with TypeScript Improve your team's code quality and efficiency by using ESLint, Prettier, Husky, and lint-staged to automate formatting and consistency checks.
iOS Accessing iOS Simulator Data Directory Learn how to open the correct data directory for you iOS app running in the simulator.
react-native Polished, Animated Transitions in React Native Apps I've been taking the excellent Start React Native course by William Candillon to learn how to make my React Native apps more polished. William is also pretty famous for his
reactotron Using Reactotron in an Expo React Native Project Installing and configuring Reactotron to run in an Expo React Native project.
cypress E2E Testing of React Native Apps using Cypress Historically, performing E2E testing of React Native apps has been a less than ideal scenario. Thanks to Expo for Web, you can now using Cypress to easily perform end-to-end testing of your React Native app in the browser.
react-native Using Sizzy to Develop React Native Apps using Expo for Web Learn how to develop, design, and debug React Native apps in the browser using Sizzy and Expo for Web.
expo Viewing Debugging Logs in the Expo Console for React Native With the Expo Console running your browser, you can see all the "console.log" output from the devices your app is running on.
expo Developing React Native Apps with Expo over a VPN Learn how to use the Tunneling feature of the Expo console to develop apps across a VPN or share your work with clients or coworkers.
react-native Create Universal React Native Apps using Expo for Web and UI Kitten Learn how to develop a beautiful React Native application that can run universally on mobile, web, and desktop.
react-native Adding Lottie Animations to React Native Apps Have you ever wanted to add some fun animations and graphics into a React Native app? Lottie is a a native library for adding Adobe After Effects animations into your
react-native Absolute Path Imports in React Native Replace relative path imports with absolute imports for cleaner, easier to understand React Native code using `package.json`.
ios Adding a Splash Screen Image in Xcode I won't actually cover the entire process to add a splash screen (or "Launch Image") to Xcode. It's already covered in great detail in this post by @spencer_carli. UPDATE: Here's a video of the process: https://www.useloom.com/share/7a51e0ba2ed74da28b41493c6a2c0d6a
react-native Use Browser's Console Temporary Local Variables in React Native Have you ever used console.log on a complex object and gone to inspect it in the browser's inspector? Maybe it's so complex you wanted to run JSON.stringify on it so you could analyze it more easily? You can normally do this quite
react-native Dismissing Keyboards in React Native Views Learn how to dismiss a keyboard in a React Native app in a static (not scrolling) view using responders.
react-native Debugging Implicit Returns in ES6 For the last 3.5 years, I've worked on a AngularJS(1.x) project; so, I haven't had lots of opportunity to use many of the new features in ES6. Now that I'm doing React Native work, I've been loving all these new features.
testing Configuring Jest in React Native 0.57.0 I'm trying to get a baseline React Native app setup. Unfortunately, I kept running into problems with configuring Jest. When I run yarn test, I'd get this failure: $ yarn test yarn run v1.6.0 warning ../../../package.json: No license field $ jest FAIL ./App.