react-devtools is empty for new react-native project
Solution 1:
Fixed this by launching devtools like this: npx react-devtools
(The problem occurs when I launch devtools like this: react-devtools
)
Fixed this by launching devtools like this: npx react-devtools
(The problem occurs when I launch devtools like this: react-devtools
)