// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`AppConfigSchemaPropertiesTable correctly matches snapshot 1`] = `
Type:
object
Configuration for the bottom navigation bar on Android.
Set this property using AppConstants.java.
Set this property using just Xcode
Type:
enum
• Path:
androidNavigationBar
.
visible
Determines how and when the navigation bar is shown.
Set this property using Xcode.
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.
This is set in AndroidManifest.xml directly.
Example[{ "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