UNPKG

react-native

Version:

A framework for building native apps using React

17 lines (16 loc) 649 B
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @generated SignedSource<<852c5f9471f8b14e53150f7bd6f2632d>> * * This file was translated from Flow by scripts/js-api/build-types/index.js. * Original file: packages/react-native/Libraries/Renderer/shims/ReactNative.js */ import type { ReactNativeType } from "./ReactNativeTypes"; declare let ReactNative: ReactNativeType; declare const $$ReactNative: typeof ReactNative; declare type $$ReactNative = typeof $$ReactNative; export default $$ReactNative;