Expo SDK 49
<p>Today we’re announcing the release of <strong>Expo SDK 49</strong>. SDK 49 includes React Native 0.72.4. Thank you to everyone who <a href="https://blog.expo.dev/expo-sdk-49-beta-is-now-available-6373e78f8624" rel="noopener ugc nofollow" target="_blank">helped with beta testing</a>.</p>
<p><img alt="" src="https://miro.medium.com/v2/resize:fit:630/1*cxkYqrlZFKNHCY5wSgDd2w.png" style="height:394px; width:700px" /></p>
<h1>Integrated network debugging and React devtools</h1>
<p><strong>Network debugging is now available in the JS debugger.</strong> For several SDK releases, it has been possible to launch the JS (Hermes) debugger directly from Expo CLI with the <code>j</code> shortcut. This debugger now also includes support for Network requests when your app runs in <code>expo-dev-client</code> or Expo Go.</p>
<p><img alt="" src="https://miro.medium.com/v2/resize:fit:630/0*oCRjGHbkVYq1seMZ.png" style="height:409px; width:700px" /></p>
<p>Open up the network inspector with “Open JS debugger” from Expo Go or a development build with <code>expo-dev-client</code>, and then clicking on the “Network” tab in the DevTools window that opens.</p>
<p><a href="https://blog.expo.dev/expo-sdk-49-c6d398cdf740">Website</a></p>