Relative Content

Tag Archive for androidiosreact-nativeexpo

ExpoMetroConfig.loadAsync is not a function

I successfully upgraded my Expo SDK from version 48 to 49. Now, I want to upgrade to version 50. All dependencies are up to date, but when I run expo start, I encounter the following error:

When should I use React Native CLI instead of Expo for my project?

I’m starting a new project with React Native and I’m trying to decide between using React Native CLI and Expo. I understand that both have their own advantages and use cases, but I’m not entirely sure which one would be best for my situation. Here are a few details about my project:

Measuring Distance from the Floor in Expo/React Native

I’m currently working on a project in Expo/React Native and need to create a control that will indicate whether the distance from the floor is appropriate—it can’t be too large or too small. Does anyone know how to measure the distance from the floor within these frameworks? Any pointers or tips would be greatly appreciated!