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".