// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`AppConfigSchemaPropertiesTable correctly matches snapshot 1`] = `
Property Description
(string) - Name of your app.
Bare Workflow
Edit the 'Display Name' field in Xcode
(object) - Configuration for the bottom navigation bar on Android.
ExpoKit
Set this property using AppConstants.java.
Bare Workflow
Set this property using just Xcode
(enum) - Determines how and when the navigation bar is shown.
ExpoKit
Set this property using Xcode.
(boolean) - Test sub-sub-property
(string) - Specifies the background color of the navigation bar.
6 character long hex color string, eg: '#000000'
(array) - Configuration for setting an array of custom intent filters in Android manifest.
Bare Workflow
This is set in AndroidManifest.xml directly.
[{ "autoVerify": true, "data": {"host": "*.example.com" } }]
(boolean) - You may also use an intent filter to set your app as the default handler for links
(array || object)
(string)
`;