Error type
#176
Replies: 1 comment
-
|
Looks like you're using an older version of expo-iap. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I found an issue in the function: you’re passing an incorrect parameter to requestPurchaseInternal(requestObj)
const requestPurchaseWithReset = useCallback(
async (requestObj: {request: any; type?: 'inapp' | 'subs'}) => {
clearCurrentPurchase();
clearCurrentPurchaseError();
);
Beta Was this translation helpful? Give feedback.
All reactions