Reputation: 2440
I just generated a clean React Native (w/ TS) project. When I run it in the iOS simulator then try to connect to react-devtools, devtools is completely blank.
I would expect to see the default component tree here. Any idea how I should debug?
npx react-native run-ios
:Upvotes: 2
Views: 1168
Reputation: 2440
Fixed this by launching devtools like this: npx react-devtools
(The problem occurs when I launch devtools like this: react-devtools
)
Upvotes: 1