mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 15:36:59 +01:00
17 lines
696 B
Text
17 lines
696 B
Text
|
<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>
|