Skip to content

Commit

Permalink
Fix Flyout's Stylesheet import (#13476)
Browse files Browse the repository at this point in the history
* Fix flyout

* Change files
  • Loading branch information
TatianaKapos authored Jul 23, 2024
1 parent 7be83da commit 7992021
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": "Fix flyout",
"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 7992021

Please sign in to comment.