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

name

Type: string

Name of your app.

Bare Workflow

Edit the 'Display Name' field in Xcode

androidNavigationBar

Type: object

Configuration for the bottom navigation bar on Android.

ExpoKit

Set this property using AppConstants.java.

Bare Workflow

Set this property using just Xcode

visible

Type: enum  • Path: androidNavigationBar . visible

Determines how and when the navigation bar is shown.

ExpoKit

Set this property using Xcode.

always

Type: boolean  • Path: androidNavigationBar.visible . always

Test sub-sub-property

backgroundColor

Type: string  • Path: androidNavigationBar . backgroundColor

Specifies the background color of the navigation bar.

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

intentFilters

Type: array

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

Bare Workflow

This is set in AndroidManifest.xml directly.

Example

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

autoVerify

Type: boolean  • Path: intentFilters . autoVerify

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

data

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

host

Type: string  • Path: intentFilters.data . host

`;