python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unable to resolve module react-native-blob-util
I'm facing this issue , when we run yarn IOS project - it is building successfully and and installing on simulator ,
while loading, metro bundler stops at some point and throws below error.
Tried bel...
Kartiikeya
Votes: 0
Answers: 2
I'm getting an Expo Devtools Error when I start Metro after updating Expo
I have just updated Expo to version 5.3.0, and now I am getting this error:
"Error loading DevTools, No scheme specified for development client"
The error appears on a black screen in the br...
Noah Gwynn
Votes: 0
Answers: 3
Build React Native app with webpack instead of metro
My React Native app is part of a monorepo. All the "buildables" (api, backend, website) are written in TypeScript and built with Webpack.
All of them use inversify. Therefore, the configurat...
c4k
Votes: 0
Answers: 2
React Native app doesn't connect to Metro bundler on first launch
I am working in an established iOS app. I have backfilled the app to use React Native, and so far that part is working fine. The problems I am running into are:
The Xcode build takes a very long time...
Nathan Stowell
Votes: 0
Answers: 0