-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3cb5328
commit 31f961c
Showing
206 changed files
with
11,060 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: app.json / app.config.js | ||
maxHeadingDepth: 5 | ||
--- | ||
|
||
{/* Hi! If you found an issue within the description of the manifest properties, please create a GitHub issue. */} | ||
|
||
import AppConfigSchemaPropertiesTable from '~/components/plugins/AppConfigSchemaPropertiesTable'; | ||
import schema from '~/public/static/schemas/unversioned/app-config-schema.json'; | ||
|
||
The following is a list of properties that are available for you under the `"expo"` key in **app.json** or **app.config.json**. These properties can be passed to the top level object of **app.config.js** or **app.config.ts**. | ||
|
||
For more general information on app configuration, such as the differences between the various app configuration files, see [Configuration with app.json/app.config.js](/workflow/configuration/). | ||
|
||
## Properties | ||
|
||
<AppConfigSchemaPropertiesTable schema={schema} /> |
Oops, something went wrong.