1.0.0 • Published 2 years ago
expo-dev-james-template
Licence
—
Version
1.0.0
Deps
9
Size
975 kB
Vulns
0
Weekly
0
Development Client example
Experiment with Development Client in SDK 40.
How to use
npx create-react-native-app my-app -t with-dev-client
- Run
expo start --dev-clientto try it out.
Build with EAS
You can easily use this project with EAS - just follow the steps below.
Prepare project
- adjust value of
ios.bundleIdentifierandandroid.packageinapp.json - run
eas build:configure
Build whatever you want
This example comes with two pre-configured build types: release (a production version of your app - ready to be uploaded to stores), with-dev-client (a development version of your app that can be shared with your teammates).
To build the app with the dev client, just run eas build --profile with-dev-client.
Note: the
with-dev-clientuses the internal distribution on iOS. That's why, you need to add your device to be able to install the built app. To do it, you can useeas device:create.
For more information about EAS, check out documentation.