mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
17 lines
696 B
XML
17 lines
696 B
XML
<Page
|
|
x:Class="bluewallet.MainPage"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="using:bluewallet"
|
|
xmlns:react="using:Microsoft.ReactNative"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
mc:Ignorable="d"
|
|
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
|
|
<react:ReactRootView
|
|
x:Name="ReactRootView"
|
|
ComponentName="bluewallet"
|
|
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
|
|
MinHeight="400"/>
|
|
</Page>
|