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 0914b6c commit eed84a1Copy full SHA for eed84a1
example/src/screens/PaymentsUICompleteScreen.tsx
@@ -302,16 +302,6 @@ export default function PaymentsUICompleteScreen() {
302
}}
303
onPress={() => {
304
setAppearanceSettings(option.value);
305
- (async () => {
306
- setLoading(true);
307
- try {
308
- await initialisePaymentSheet();
309
- } catch (error) {
310
- console.error('Error initializing payment sheet:', error);
311
- } finally {
312
- setLoading(false);
313
- }
314
- })();
315
316
>
317
<Text
0 commit comments