isotopeee

Results 3 issues of isotopeee

`touchHold` prop is missing from the `TooltipProps` interface.

I'm unable to fetch products via the `onFetchProducts()`. Here's what the code looks like: ``` import InAppPurchase from '@class101/react-native-in-app-purchase'; ... InAppPurchase.onFetchProducts(async (products) => { console.log(products) // [] }); ... //...

Thanks for submitting a PR! Please read these instructions carefully: - [ ] Explain the **motivation** for making this change. - [ ] Provide a **test plan** demonstrating that the...