docs are unclear on app.json requirements

re: https://docs.expo.io/versions/latest/distribution/building-standalone-apps.html#2-configure-appjson

“You’re probably not surprised that name, icon and version are required.”
Does that mean that name, icon and version are the only parts that are required? Please clarify what is required.

Hey @arnoldbird,

Those fields are the bare minimum requirements for an Expo project. You’ll have to add additional fields based on your plans for the project. For instance, if you plan on distributing your project in the App Store and Play Store, you’ll have to add the bundleIdentifier and package fields so you can build Standalone binaries that can be submitted.

Cheers,

Adam

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.