Skip to main content

The documentation suggests Purchases.configure() is async because of the await in the Configuration docs.  
However, the React Native TypeScript definition says (args: PurchasesConfiguration) => void, so no promise.

 

Which is it?

I am using "react-native-purchases": "^7.1.0".

Hi! I apologize for the delay. We are going through old unanswered posts. No, you do not need the await. I will work on updating the documentation.