mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
26e33a5f17
Summary: Changelog: [internal] bypass-github-export-checks Reviewed By: huntie Differential Revision: D52958335 fbshipit-source-id: 24403cdae650fdd4ec0c739b912f69bd6cd5aaad
14 lines
406 B
JavaScript
14 lines
406 B
JavaScript
/**
|
|
* 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.
|
|
*
|
|
* @flow strict
|
|
* @format
|
|
*/
|
|
|
|
export * from '../../src/private/specs/modules/NativeShareModule';
|
|
import NativeShareModule from '../../src/private/specs/modules/NativeShareModule';
|
|
export default NativeShareModule;
|