diff --git a/packages/sample-app-fabric/App.tsx b/packages/sample-app-fabric/App.tsx index 125fe1b98eb..dbcffad61d3 100644 --- a/packages/sample-app-fabric/App.tsx +++ b/packages/sample-app-fabric/App.tsx @@ -25,6 +25,14 @@ import { ReloadInstructions, } from 'react-native/Libraries/NewAppScreen'; +import {XamlHost} from 'react-native-windows'; + +import { + StackPanel, + Button, + CalendarView, +} from 'react-native-windows/Libraries/Components/Xaml/FabricXamlControl'; + type SectionProps = PropsWithChildren<{ title: string; }>; @@ -77,9 +85,17 @@ function App(): React.JSX.Element { backgroundColor: isDarkMode ? Colors.black : Colors.white, }}>
- Edit App.tsx to change this - screen and then come back to see your edits. + Edit App.tsx to change this. + I'll try showing some Xaml here:
+ + +