Compare commits
No commits in common. "main" and "main" have entirely different histories.
@ -315,7 +315,7 @@ const App = (): React.JSX.Element => {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Stack.Screen
|
<Stack.Screen
|
||||||
name="wallet-embed"
|
name="WalletEmbed"
|
||||||
component={WalletEmbed}
|
component={WalletEmbed}
|
||||||
options={{
|
options={{
|
||||||
header: () => <></>,
|
header: () => <></>,
|
||||||
|
@ -36,7 +36,7 @@ export type StackParamsList = {
|
|||||||
requestEvent: Web3WalletTypes.SessionRequest;
|
requestEvent: Web3WalletTypes.SessionRequest;
|
||||||
requestSessionData: SessionTypes.Struct;
|
requestSessionData: SessionTypes.Struct;
|
||||||
};
|
};
|
||||||
"wallet-embed": undefined;
|
WalletEmbed: undefined;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Account = {
|
export type Account = {
|
||||||
|
Loading…
Reference in New Issue
Block a user