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 e29f876 commit e0afe26Copy full SHA for e0afe26
src/index.tsx
@@ -112,7 +112,7 @@ async function resumeAddCardToGoogleWallet(cardData: AndroidResumeCardData): Pro
112
113
async function listTokens(): Promise<TokenInfo[]> {
114
if (Platform.OS === 'ios') {
115
- throw new Error('listTokens is not available on iOS');
+ return Promise.resolve([]);
116
}
117
118
if (!Wallet) {
0 commit comments