expo-dev-client
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
next time you need to upgrade, install a new module, or otherwise change the native code in your project.
Documentation
You can find the documentation under https://docs.expo.dev/clients/introduction.
Issues
If you encounter any issues using this package in your project, please report your issue here.
Contributing
Contributions are very welcome! Please refer to guidelines described in the contributing guide.