Summary: This diff makes sure we can manually & unit tests deeplinks more easily, by introducing a dialog in which a deeplink can be entered manually and extracting deeplink handling logic from the application dispatcher. Reviewed By: jknoxville Differential Revision: D29760933 fbshipit-source-id: 0fc8f577204ecdd278716853b87786557a6e2194
30 lines
1.1 KiB
TypeScript
30 lines
1.1 KiB
TypeScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @format
|
|
*/
|
|
|
|
/// <reference path="JSONStream.d.ts" />
|
|
/// <reference path="ReactDebounceRender.d.ts" />
|
|
/// <reference path="XmlBeautifier.d.ts" />
|
|
/// <reference path="adbkit-logcat.d.ts" />
|
|
/// <reference path="adbkit.d.ts" />
|
|
/// <reference path="ansi-to-html.d.ts" />
|
|
/// <reference path="decompress-targz.d.ts" />
|
|
/// <reference path="decompress-unzip.d.ts" />
|
|
/// <reference path="download-tarball.d.ts" />
|
|
/// <reference path="jest-extensions.d.ts" />
|
|
/// <reference path="json-format-highlight.d.ts" />
|
|
/// <reference path="line-replace.d.ts" />
|
|
/// <reference path="live-plugin-manager.d.ts" />
|
|
/// <reference path="memoize-weak.d.ts" />
|
|
/// <reference path="metro-cache.d.ts" />
|
|
/// <reference path="metro-resolver.d.ts" />
|
|
/// <reference path="metro.d.ts" />
|
|
/// <reference path="nodejs.d.ts" />
|
|
/// <reference path="npm-api.d.ts" />
|
|
/// <reference path="openssl-wrapper.d.ts" />
|