Name Date Size #Lines LOC

..26-Sep-2023-

.tests/instrumented/H26-Sep-2023-4233

android/H26-Sep-2023-1,6831,456

build/H26-Sep-2023-1412

e2e/H26-Sep-2023-512381

ios/H26-Sep-2023-2420

plugin/H26-Sep-2023-607470

src/H26-Sep-2023-1611

.detoxrc.jsH A D26-Sep-20231.6 KiB6762

.eslintrc.jsH A D26-Sep-2023103 31

.npmignoreH A D26-Sep-2023183 128

CHANGELOG.mdH A D26-Sep-20238.9 KiB315159

README.mdH A D26-Sep-20231.3 KiB2416

app.plugin.jsH A D26-Sep-202358 21

babel.config.jsH A D26-Sep-2023107 76

dependencies.jsH A D26-Sep-202321 21

expo-module.config.jsonH A D26-Sep-202367 54

getDefaultScheme.jsH A D26-Sep-202369 21

metro.config.jsH A D26-Sep-2023125 42

package.jsonH A D26-Sep-20231.3 KiB5251

test-runner.config.jsH A D26-Sep-20231.6 KiB7977

tsconfig.jsonH A D26-Sep-2023217 109

README.md

1<p>
2  <a href="https://docs.expo.dev/develop/development-builds/introduction/">
3    <img
4      src="../../.github/resources/expo-dev-client.svg"
5      alt="expo-dev-client"
6      height="64" />
7  </a>
8</p>
9
10`expo-dev-client` is an npm package installable in any Expo or React Native project. Once installed, Debug builds of your application will gain an extensible debug menu and the ability to load projects from Expo CLI. Release builds of your application will not change other than the addition of a few header files. Your debug builds can be shared with anyone on your team who needs to work on or review your application. Your team can develop the JavaScript portion of your application with expo-cli and your custom client without waiting for your native code to build until the
11next time you need to upgrade, install a new module, or otherwise change the native code in your project.
12
13## Documentation
14
15You can find more information in the [Expo documentation](https://docs.expo.dev/develop/development-builds/introduction).
16
17## Issues
18
19If you encounter any issues using this package in your project, please [report your issue here](https://github.com/expo/expo/issues/new?template=dev_client_bug_report.yml).
20
21## Contributing
22
23Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).
24