Ei kuvausta

App.xaml 433B

1234567891011
  1. <react:ReactApplication
  2. x:Class="WebViewWindows.App"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:local="using:WebViewWindows"
  6. xmlns:react="using:Microsoft.ReactNative">
  7. <Application.Resources>
  8. <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
  9. </Application.Resources>
  10. </react:ReactApplication>