How to open React Native Devtools Locally ? Here are the steps to open React Native DevTools:
npx expo start
in your terminal.j
key in the terminal to open the debugger in Google Chrome or Microsoft Edge.How to open React Native Devtools through tunneling ?
To More About Tunneling in Expo React Native Visit: https://medium.com/@chitranjankumargupta/expo-tunnel-88b555436f26
Method 1
To start React Native DevTools through tunneling, follow these steps:
chrome://extensions
npx expo start — tunnel — go
. — go
mode because websocket tunneling does not work through https
therefore — go
start on http
http://jk9w8fg-anonymous-8081.exp.direct
.http://jk9w8fg-anonymous-8081.exp.direct
and Click on Open Expo React Native Devtool
It will open a window or tab with React Native DevtoolTo Know More https://medium.com/@chitranjankumargupta/expo-react-native-devtools-debugging-41eda7cf8031