feat(navigation): add optional priority to deep link config

add optional priority to deep link config
This commit is contained in:
Dan Bucholtz
2017-03-03 15:47:42 -06:00
parent 3e70856c0b
commit b47848ceb2

View File

@ -112,6 +112,7 @@ export interface DeepLinkMetadataType {
name?: string;
segment?: string;
defaultHistory?: string[];
priority?: string;
}
/**