diff --git a/src/iap.ts b/src/iap.ts index 8279708fe..ca0419704 100644 --- a/src/iap.ts +++ b/src/iap.ts @@ -576,7 +576,7 @@ const App = () => { export const requestPurchase = ( request: RequestPurchase, -): Promise => +): Promise => ( Platform.select({ ios: async () => { @@ -732,7 +732,7 @@ const App = () => { */ export const requestSubscription = ( request: RequestSubscription, -): Promise => +): Promise => ( Platform.select({ ios: async () => {