How can I run react-devtools in React Native? I have installed the package globally and when I run the command I get the standalone window and then nothing happens it says that on React Native i need to open the in-app developer menu to connect. The menu is different on IOS and Android and on ios i have the ReactDevtools option and when i choose it i get error in the console
info Opening flipper://null/React?device=React%20Native...
error Browser exited with error:, Error: invalid url, missing http/https protocol
I am using react-native-firebase package, I remember that during configuration they advised to turn off flipper because its conflicting. I need to inspect elements visually. I'm using "react-native": "0.71.4", "react-devtools: "4.27.3"