Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit feb180d

Browse files
committed
add copyright headers
1 parent ed371df commit feb180d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/index.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
7+
18
import createReactNativeComponentClass from 'react-native/Libraries/Renderer/shims/createReactNativeComponentClass';
29
import { createViewConfig } from 'react-native/Libraries/NativeComponent/ViewConfig';
310
import { Text, Platform } from 'react-native';

0 commit comments

Comments
 (0)