gabrielbarth / economyApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development Client example

Supports Expo iOS Supports Expo Android

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-client to 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.bundleIdentifier and android.package in app.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-client uses 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 use eas device:create.

For more information about EAS, check out documentation.

πŸ“ Notes

About


Languages

Language:Java 32.2%Language:JavaScript 28.9%Language:TypeScript 13.7%Language:Ruby 12.8%Language:Objective-C++ 10.8%Language:Objective-C 1.2%Language:Swift 0.4%