Files
react-native-config/Example/windows/ConfigExample/App.xaml
T

11 lines
431 B
XML
Raw Normal View History

2020-09-16 16:28:13 +02:00
<react:ReactApplication
x:Class="ConfigExample.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:ConfigExample"
xmlns:react="using:Microsoft.ReactNative">
<Application.Resources>
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
</Application.Resources>
</react:ReactApplication>