Skip to content

Commit

Permalink
[docs] Cut SDK 49 beta docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Jun 27, 2023
1 parent 3cb5328 commit 31f961c
Show file tree
Hide file tree
Showing 206 changed files with 11,060 additions and 17 deletions.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "expo-docs",
"version": "48.0.0",
"betaVersion": "49.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
17 changes: 17 additions & 0 deletions docs/pages/versions/v49.0.0/config/app.mdx
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} />
Loading

0 comments on commit 31f961c

Please sign in to comment.