Skip to content

Commit 9c0e377

Browse files
committed
fix: add @providesModule to updated Renderer shims
1 parent b412767 commit 9c0e377

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Libraries/Renderer/shims/NativeMethodsMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @format
7+
* @providesModule NativeMethodsMixin
88
* @flow
99
*/
1010

Libraries/Renderer/shims/ReactNative.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @format
7+
* @providesModule ReactNative
88
* @flow
99
*/
1010

Libraries/Renderer/shims/ReactNativeViewConfigRegistry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @format
7+
* @providesModule ReactNativeViewConfigRegistry
88
* @flow strict-local
99
*/
1010

Libraries/Renderer/shims/createReactNativeComponentClass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* This source code is licensed under the MIT license found in the
55
* LICENSE file in the root directory of this source tree.
66
*
7-
* @format
7+
* @providesModule createReactNativeComponentClass
88
* @flow strict-local
99
*/
1010

0 commit comments

Comments
 (0)