Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 578 Bytes

android-package.md

File metadata and controls

5 lines (3 loc) · 578 Bytes

Android Package

A unique id for your application using reverse domain name notation. The package for the Expo client app is host.exp.exponent, but it could also be io.expo.client or any other unique string that follows this notation. You don't need to own the domain to use the package. The package name also determines the path for your source files inside of your project.

To set the package name in your Expo app, follow the instructions here.