Skip to content

Commit

Permalink
[0.75] [Backport #13476] Fix Flyout's Stylesheet import (#13487)
Browse files Browse the repository at this point in the history
* Backport #13476 - Fix Flyout's Stylesheet import

* Change files
  • Loading branch information
TatianaKapos authored Jul 24, 2024
1 parent d5feb18 commit c2619ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Backport #13476 - Fix Flyout's Stylesheet import",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch"
}
3 changes: 1 addition & 2 deletions vnext/src-win/Libraries/Components/Flyout/Flyout.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import type {ViewProps} from 'react-native';

import FlyoutNativeComponent from './FlyoutNativeComponent';
import * as React from 'react';
import StyleSheet from 'react-native';
import {findNodeHandle} from 'react-native';
import {findNodeHandle, StyleSheet} from 'react-native';

type Placement =
| 'top'
Expand Down

0 comments on commit c2619ff

Please sign in to comment.