cafebazaar / react-native-poolakey

ReactNative In-App Billing SDK for Cafe Bazaar App Store
MIT License
14 stars 4 forks source link

Error: Bazaar is not installed #22

Closed ealimardaniii closed 3 weeks ago

ealimardaniii commented 4 weeks ago

I tried to use Bazaar hook but i got error: Error: Bazaar is not installed

my code is:

const bazaar = useBazaar(RSA_KEY);

const subscriptionSkuDetails = await bazaar.getSubscriptionSkuDetails([PRODUCT_ID]);
console.log(subscriptionSkuDetails);

my dependencies:

"react-native": "0.73.4",
"@cafebazaar/react-native-poolakey": "^3.1.2",