We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8394320 commit 686cddfCopy full SHA for 686cddf
App.tsx
@@ -19,19 +19,16 @@ function App(): React.JSX.Element {
19
<NavigationContainer>
20
<OnBoardingNavigation />
21
<OnBoardingHome>
22
- <Balance>
+ <Balance />
23
+ </OnBoardingHome>
24
</NavigationContainer>
25
</ConnectionProvider>
26
+ <BitcoinPrice/>
27
+ <Bech32m/>
28
+ <AuthenticatorResponse/>
29
+ <HomeScreen/>
30
+ <Breez/>
31
</GluestackUIProvider>
- </Balance>
- <BitcoinPrice/>
- <Bech32m/>
- <AuthenticatorResponse/>
- <HomeScreen/>
- <Breez/>
32
- <GluestackUIProvider config={config}></GluestackUIProvider>
33
-
34
);
35
}
36
37
export default App;
0 commit comments