mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
14ca57b435
Summary: This diff adds logging to uncover what are the ReactNative screens that are rendering images using NON-Facebook domains changelog: [internal] internal Reviewed By: yungsters Differential Revision: D29179990 fbshipit-source-id: 85f6380848d1ac1461419bc29c4666be389fb87a
14 lines
303 B
JavaScript
14 lines
303 B
JavaScript
/**
|
|
* 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
|
|
* @flow strict
|
|
*/
|
|
|
|
export default {
|
|
unstable_enableUriAnalytics: (null: ?(uri: string) => void),
|
|
};
|