You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
803 B

<!-- Title -->
<h1 align="center">
👋 Welcome to <br><code>@expo/dev-server</code>
</h1>
<p align="center">A React Native development server.</p>
<p align="center">
<img src="https://flat.badgen.net/packagephobia/install/@expo/dev-server">
<a href="https://www.npmjs.com/package/@expo/dev-server">
<img src="https://flat.badgen.net/npm/dw/@expo/dev-server" target="_blank" />
</a>
</p>
<!-- Body -->
This 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).