// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`AppConfigSchemaPropertiesTable correctly matches snapshot 1`] = `

Type: string


Name of your app.

Triangle-down-icon
Bare Workflow

Edit the 'Display Name' field in Xcode

Type: object


Configuration for the bottom navigation bar on Android.

Triangle-down-icon
ExpoKit

Set this property using AppConstants.java.

Triangle-down-icon
Bare Workflow

Set this property using just Xcode

Type: enum  • Path: androidNavigationBar . visible


Determines how and when the navigation bar is shown.

Triangle-down-icon
ExpoKit

Set this property using Xcode.

Type: boolean  • Path: androidNavigationBar.visible . always


Test sub-sub-property

Type: string  • Path: androidNavigationBar . backgroundColor


Specifies the background color of the navigation bar.

6 character long hex color string, eg: '#000000'

Type: array


Configuration for setting an array of custom intent filters in Android manifest.

Triangle-down-icon
Bare Workflow

This is set in AndroidManifest.xml directly.

Info-icon
[{ "autoVerify": true, "data": {"host": "*.example.com" } }]

Type: boolean  • Path: intentFilters . autoVerify


You may also use an intent filter to set your app as the default handler for links

Type: array || object  • Path: intentFilters . data


Type: string  • Path: intentFilters.data . host


`;