mirror of
https://github.com/status-im/react-native-config.git
synced 2026-09-01 07:01:16 +00:00
11 lines
431 B
XML
11 lines
431 B
XML
<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>
|