1<!-- Title --> 2<h1 align="center"> 3 Welcome to <br><code>@expo/dev-server</code> 4</h1> 5 6<p align="center">A React Native development server.</p> 7 8<p align="center"> 9 <img src="https://flat.badgen.net/packagephobia/install/@expo/dev-server"> 10 11 <a href="https://www.npmjs.com/package/@expo/dev-server"> 12 <img src="https://flat.badgen.net/npm/dw/@expo/dev-server" target="_blank" /> 13 </a> 14</p> 15 16<!-- Body --> 17 18This package is used by Expo CLI to run a development server for React Native apps. It is built on [Metro](https://facebook.github.io/metro/) (a JavaScript bundler) and [`@react-native-community/cli-server-api`](https://github.com/react-native-community/cli/tree/main/packages/cli-server-api) (the HTTP and WebSocket API for native React apps to interface with the development server). 19