iaphub / react-native-iaphub

The easiest way to implement IAP (In-app purchase) in your React Native app.
https://www.iaphub.com/
MIT License
319 stars 22 forks source link

Corrected type of billing status #139

Closed deepfinessed closed 1 year ago

deepfinessed commented 1 year ago

It is likely that the intended type is an array of strings, not a tuple containing one string.

This fixes #138

iaphub commented 1 year ago

You're right, thanks @deepfinessed 👍

iaphub commented 1 year ago

Deployed in v8.4.1