File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
packages/react-native/Libraries Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 26
26
* accessed. Once UIManager property accesses for view managers has been fully
27
27
* deprecated, this file will also be removed.
28
28
*/
29
- module . exports = [
29
+ const UIManagerProperties : $ReadOnlyArray < string > = [
30
30
'clearJSResponder',
31
31
'configureNextLayoutAnimation',
32
32
'createView',
@@ -59,3 +59,5 @@ module.exports = [
59
59
'genericDirectEventTypes',
60
60
'lazilyLoadView',
61
61
];
62
+
63
+ module.exports = UIManagerProperties;
Original file line number Diff line number Diff line change @@ -7717,7 +7717,8 @@ declare module.exports: UIManager;
7717
7717
`;
7718
7718
7719
7719
exports[`public API should not change unintentionally Libraries/ReactNative/UIManagerProperties.js 1`] = `
7720
- "declare module.exports: $FlowFixMe;
7720
+ "declare const UIManagerProperties: $ReadOnlyArray<string>;
7721
+ declare module.exports: UIManagerProperties;
7721
7722
"
7722
7723
`;
7723
7724
You can’t perform that action at this time.
0 commit comments