Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

react-native-iap

Developing and maintaining react native in app purchase module
Collective - Host: opensource - https://opencollective.com/react-native-iap - Code: https://github.com/dooboolab/react-native-iap

chore: Update Expo Config Plugins (#2695)

# Why?

`@expo/config-plugins` at version 6.0.1 contains the deep dependency
`xml2js` at vers...

github.com/hyochan/react-native-iap - 3908d4c730b37f840ee26f2f5e76bdf734211c00 authored 10 months ago by James Miller <[email protected]>
docs: Improving IapExample Readme.md (#2692)

Added Steps for installing node_modules and IOS pods in README.md of
IapExample.

github.com/hyochan/react-native-iap - 150aa7575c1dc53460f88ed404c1565bbf9a7db6 authored 10 months ago by dmitryou <[email protected]>
Update hooks.md documentation (#2687)

The documentation of getProducts hook was outdated.

If you agree, I'd also add more comprehen...

github.com/hyochan/react-native-iap - dffa863d2ba8e8de918df3ceb26992cdeaebffdc authored 10 months ago by Emil Cieslar <[email protected]>
build(deps): bump ip from 1.1.8 to 1.1.9 in /IapExample (#2691)

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
<details>
<summary>Commits...

github.com/hyochan/react-native-iap - b5eb38d538040a7681c3819dd593dc28b4e88010 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump ip from 1.1.8 to 1.1.9 (#2690)

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
<details>
<summary>Commits...

github.com/hyochan/react-native-iap - 8510fe5205a62bba24b4529470bc2ac048608e38 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump undici from 5.28.2 to 5.28.3 (#2688)

Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3.
<details>
<summary>Rel...

github.com/hyochan/react-native-iap - a260a7a5587555dcfab5497ef07dfd07d25a8269 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: typos (#2684)

Hi!

While reviewing the documentation, I noticed a couple of minor typos in
the `useIAP()` h...

github.com/hyochan/react-native-iap - d72ce491d3525f4cf5d8175ae0d76c9107988632 authored 11 months ago by Eugene <[email protected]>
Update troubleshooting.mdx (#2681)

When I implemented a subscription system on my app, I tried for a week
to find why my payments ...

github.com/hyochan/react-native-iap - 1458f3a762fdb61bfd29f8ea7d4deebc96d2dbf4 authored 11 months ago by Vittor Javidan <[email protected]>
docs: typos (#2673)

github.com/hyochan/react-native-iap - fe8e75209e5a00c2501e19d263c18897624bde0f authored 11 months ago by Pavlos Vinieratos <[email protected]>
fix: avoid app crash due to multiple reject invocation (#2669)

Probably, someone forgot to delete the old **Reject** when adding the
condition to the code. Th...

github.com/hyochan/react-native-iap - 13eab87aec27c09fa8132417470312e8e23f6cc3 authored 11 months ago by Ivan <[email protected]>
feat: Added export finishTransaction() from StoreKit2. (#2664)

Added a previously missing exported function that allows manual
completion of transactions in *...

github.com/hyochan/react-native-iap - a82339335e6065dbdbb89bb79d06cc7942922bea authored 11 months ago by Ivan <[email protected]>
build(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /docs (#2670)

Bumps
[follow-redirects](https://github.com/follow-redirects/follow-redirects)
from 1.15.3 to ...

github.com/hyochan/react-native-iap - 4dd04c36af5e6989d63617da971fff467bd317fc authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): remove @types/react-native

github.com/hyochan/react-native-iap - acf046a6997f64689b2e83932300ef519e00b7a0 authored 12 months ago by hyochan <[email protected]>
docs: update gold tier ⚜

github.com/hyochan/react-native-iap - 268713b6798dcdb9573002233e631b60e68d6e10 authored 12 months ago by hyochan <[email protected]>
fix: add missing conn for SK2 intro offers (#2630)

Adding missing mapping for intro offers in storekit2 on existing type

github.com/hyochan/react-native-iap - ba1b7ef92c818cd91f3f092849e239c12ac865a9 authored about 1 year ago by Shaw-Signaturize <[email protected]>
docs: update reamde

github.com/hyochan/react-native-iap - 54a9551dd8f61ae29b7d78b0fb212c9da4780136 authored about 1 year ago by hyochan <[email protected]>
Update purchases.mdx (#2620)

Update documentation according to Google’s latest requirements

github.com/hyochan/react-native-iap - 471c4507c987704f40bcd6b225e2556ca97d08f8 authored about 1 year ago by Nolan Zhang <[email protected]>
feat: add ios error reason user canceled (#2616)

- adding user canceled error code, so we can distinguish in app what
error is intention and wha...

github.com/hyochan/react-native-iap - 382ccf9ff666175af0ebe82ab90cafa13451892a authored about 1 year ago by Babu <[email protected]>
feat: add currency regarding the new API (#2615)

- addressing the missing currency issue in Storekit 2:
https://developer.apple.com/forums/threa...

github.com/hyochan/react-native-iap - a3d9e632926a50fae951cc242d8553d2bfefa442 authored about 1 year ago by Babu <[email protected]>
feat: add renewal info for Storekit 2 (#2614)

- add renewal info (uncomment and serialize)
- change debugSerialize to serialize - there is in...

github.com/hyochan/react-native-iap - 2be708c621cc789363add3140f2425e24164ed2f authored about 1 year ago by Babu <[email protected]>
Update appleSk2.ts (#2608)

fixed issue for #2607 #2461

github.com/hyochan/react-native-iap - de8a85431dead4d7657f6d095248e083c14199fe authored about 1 year ago by Nolan Zhang <[email protected]>
refactor: migrate exmaple project to [email protected]+ (#2633)

## Why

The current example project is somewhat outdated, making it challenging
for users to ...

github.com/hyochan/react-native-iap - 39ffe423bdba2ea2e9d21c5128a8f6605276ef0e authored about 1 year ago by Hyo <[email protected]>
docs: improve documentation 17.11.2023 (#2613)

## docs fixes
- improve setup of project
- remove not working scripts and urls

- I managed ...

github.com/hyochan/react-native-iap - ef3bb8665dc2ffb629f861aed3485f9be8d58bab authored about 1 year ago by Babu <[email protected]>
Upgrade Amazon's SDK to 3.0.4 (#2543)

It's just one patch upgrade, as you can see in the [release
notes](https://developer.amazon.com...

github.com/hyochan/react-native-iap - e294165527c3785978b698fb03b581ce3ac95ac5 authored about 1 year ago by Konstantinos K <[email protected]>
fix: correct gradle import instructions in get-started.mdx (#2599)

While integrating this on Android, I found that the suggested gradle
import changes weren't cor...

github.com/hyochan/react-native-iap - 3ad2a14a848749d6039b883d8158cd82bc2e3ae7 authored about 1 year ago by Sufian <[email protected]>
docs: include revenuecat as our sponsor πŸŽ‰

github.com/hyochan/react-native-iap - 4ca3201cccb6da50eb9c1293be9d470e34b910d8 authored about 1 year ago by hyochan <[email protected]>
chore: upgrade android billing sdk to 6.0.1 (#2598)

github.com/hyochan/react-native-iap - 3fc59021f4258ecada0c252f1993e4e316377d75 authored about 1 year ago by Hyo <[email protected]>
build(deps): bump react-devtools-core from 4.27.2 to 4.28.4 (#2587)

Bumps
[react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools...

github.com/hyochan/react-native-iap - ba96f1e0789c5d474adb90ea548193cd75756e40 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump @babel/traverse from 7.21.3 to 7.23.2 (#2585)

Bumps
[@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse)
from...

github.com/hyochan/react-native-iap - fcdaf1d941324ab80bf0fb2aee4b6408fe327bd7 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: populate initial prices (#2582)

This pull request addresses two issues:

**Amazon pricing**
When dealing with Amazon pricing, ...

github.com/hyochan/react-native-iap - bdfd9f4103ec9a47e27ba819e9c4443657930221 authored about 1 year ago by Zacharias Traianos <[email protected]>
build(deps): bump @babel/traverse from 7.18.10 to 7.23.2 in /IapExample (#2581)

Bumps
[@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse)
from...

github.com/hyochan/react-native-iap - b501f1e17c9a8c038601e540cebbd76f039be14a authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump @babel/traverse from 7.21.3 to 7.23.2 in /docs (#2579)

Bumps
[@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse)
from...

github.com/hyochan/react-native-iap - 46668be8a40f2b54ceca51713877535831d12256 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump postcss from 8.4.21 to 8.4.31 in /docs (#2572)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to
8.4.31.
<details>
<summary...

github.com/hyochan/react-native-iap - d954410f63ce20d79b805c33704ff91bd452786d authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: race condition crash (#2518)

Doing `getProduct` on iOS would sometimes cause a crash due to a racing
condition. This fixes i...

github.com/hyochan/react-native-iap - 71aa9da1fb293d3c0b6f72c1bd4da0e4c447334f authored about 1 year ago by Arthur Geron <[email protected]>
docs: readme on sponsors

github.com/hyochan/react-native-iap - 2ab100377dbc17c1383531e24f054ef1028d947d authored about 1 year ago by hyochan <[email protected]>
docs: banner support

github.com/hyochan/react-native-iap - 062df21c65d2c45cea4ccdeed9b42491998167b7 authored over 1 year ago by hyochan <[email protected]>
Update Kotlin Version In Docs (#2536)

#2535
After version `12.10.7` build will fail with
```
INF/java.com.google.android.libraries....

github.com/hyochan/react-native-iap - 67270e09bfad1dbf5e262b1d2776d067262fa672 authored over 1 year ago by Amir Angel <[email protected]>
build(deps): bump activesupport from 7.0.4.3 to 7.0.7.2 in /IapExample (#2523)

Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.3 to
7.0.7.2.
<details>
<sum...

github.com/hyochan/react-native-iap - b58e5ffd969c5bc9bab6c02288cd2b0b75b7533f authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: added missing iOS appAccountToken on ProductPurchase TS interface (#2506)

Fixing issue #2434

Co-authored-by: Nippert <[email protected]>

github.com/hyochan/react-native-iap - be274b5d7196fc05d0f34c695c9d5ef7d4bd6ae2 authored over 1 year ago by quentinnippert <[email protected]>
Enable support for Android 14 (#2511)

Recently, a warning in Google Play Console appears due to the Google
Play Billing Version not b...

github.com/hyochan/react-native-iap - 609e6a7b2cd63fb5f385922eebe5d9eb52d5dc02 authored over 1 year ago by Marcos Palacios <[email protected]>
fix: update TS definitions for purchase methods (#2509)

This PR fixed TS definitions for requestPurchase and requestSubscription
functions.
Ensured th...

github.com/hyochan/react-native-iap - 8bbcaba755558bcfb4a3fd3bb3542f9efcfb9971 authored over 1 year ago by k2o <[email protected]>
Update hooks.md (#2497)

github.com/hyochan/react-native-iap - 6b5eb418d8d0a0528e55b641e1873fb24932690c authored over 1 year ago by Paul Fitzgerald <[email protected]>
docs: purchases.md use object instead of params in requestSubscription call (#2459)

The example shown in purchases.md has the wrong interface use for the
function `requestSubscrip...

github.com/hyochan/react-native-iap - 910ef24ac550c4f3f8a383d667beab9b01d34974 authored over 1 year ago by frothAml <[email protected]>
chore(deps): update dependency typedoc to ^0.24.0 (#2447)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 9ca0210316b81c9d05800068c63900c74cf3c231 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update lints (#2446)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 48f909b769bcb17514cc4cc83cff5c618428d1ca authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @testing-library/react-native to v12.1.2 (#2445)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - add6a24bd0ad7114bd1b2a089826f475a81a5845 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update docs to v2.4.1 (#2444)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 3e991376f769e427a290a12c06c402f64f375e30 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update dependency io.mockk:mockk to v1.13.5 (#2443)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - fdbcbc8f497e2f11aa3922ea47e4abc6504085a2 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update dependency io.mockk:mockk to v1.13.5 (#2443)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - ac1a666e051054cc8c4f3ffbd6bddca1cb540fbf authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
build(deps): bump vm2 from 3.9.17 to 3.9.19 (#2438)

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.17 to 3.9.19.
<details>
<summary>Rele...

github.com/hyochan/react-native-iap - 699ac46ea17aee3f25f8c0d4df039f85ab4734b4 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): update dependency @types/react to v17.0.59 (#2429)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 1eaae61707f0ea44a6ef830aa511d49097c83710 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @types/jest to v29.5.1 (#2428)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - d65ed9d05bba7b90442079af089aae6879f9765b authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @babel/eslint-parser to v7.21.8 (#2427)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - bbac0907d004c6561bf3060a6fddb4666534bec9 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency ts-jest to v29.1.0 (#2400)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - e5f6b647f0790eadb83b926a092f3ee7f112c981 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency typescript to v5.0.4 (#2407)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 46b7b0b992180ca348f00e0417d018beec1b8cdf authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency typescript to v5.0.4 (#2407)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 6c73f47a42dd3543f301a570b9dbff3bcd01ecaa authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency release-it to v15.10.3 (#2399)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - dd34ed7e5fb083f4dbab4894f8977d3e66ee515a authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update lints (#2391)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 3833f247e73a75eb26c617d1af53d1ea74727976 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
build(deps): bump vm2 from 3.9.14 to 3.9.17 (#2417)

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.14 to 3.9.17.
<details>
<summary>Rele...

github.com/hyochan/react-native-iap - 098a1cfc3e177249a6f77bfb62517af5ee6d58ba authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump json5 from 2.2.1 to 2.2.3 in /IapExample (#2404)

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
<details>
<summary>Release ...

github.com/hyochan/react-native-iap - 23a4138ef426fa8429685fded993ac17682958d3 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs: typo in readme (#2425)

github.com/hyochan/react-native-iap - 9ab1d85ec4e30c08fe631d5a5b961324e216d318 authored over 1 year ago by Andrew Mikofalvy <[email protected]>
feat: include JWS representation of purchase verification when using StoreKit 2 (#2413)

This PR adds the JWS representation of the App Store verification when
using StoreKit 2 (iOS/tv...

github.com/hyochan/react-native-iap - 2d4fbf1b125ad33b13b0882e9faf236dc7ea93dd authored over 1 year ago by Oscar Nord <[email protected]>
ensureConnection - fixed rejection handling (#2316)

Hi, I was trying to create a scenario that we can not establish
BillingClient connection. To do...

github.com/hyochan/react-native-iap - 2f0403a0a2248378de97853e33585d065e95de7b authored over 1 year ago by Mkolakoglu <[email protected]>
fix(ios): fix `connectedScenes` is called in background thread (#2397)

Xcode Main Thread Checker reported
`UIApplication.shared.connectedScenes` is called on a backgro...

github.com/hyochan/react-native-iap - cf16cfd6fc32e9286fcd1ee1193442f1bcf4af70 authored over 1 year ago by abing <[email protected]>
chore(deps): update dependency typescript to v5.0.3 (#2393)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - b60963e8abb0e1a0e68c76a8eeda9c4d803bbdd8 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency @types/react to v17.0.56 (#2387)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - d7f437be25122f42939034ec36d80ce0f74396dc authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update typescript-eslint monorepo to v5.57.1 (#2386)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - da36f694bee8cec306fa2f7893c95a451affa582 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
refactor(migration): rename repository (#2389)

Change name of organization.

github.com/hyochan/react-native-iap - 3d63a2beb171f3017f62a6851fa0595b8b8a4355 authored over 1 year ago by Hyo <[email protected]>
chore(deps): update dependency @testing-library/react-native to v12.0.1 (#2377)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 91c6b6ac4fc5cd448adee0cc0f02cd1407ffda90 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency release-it to v15.9.3 (#2383)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 42230d35bdf6ecaa3da29c2c91a2008503149faf authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency prettier to v2.8.7 (#2380)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 4af7b694a8975338cfaf2b718680981bee37c918 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update dependency @svgr/webpack to v7 (#2382)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 3721e7b62b01a5207deeef5522b7a31a46cc01a7 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update docs to v2.4.0 (#2379)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 50ccd589abb1dceeb7cb92ba4a3df9906907f83d authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12.10.2

github.com/hyochan/react-native-iap - 297fda27379f665c257d711bcdffb4fe8c9a7910 authored almost 2 years ago by Andres Aguilar <[email protected]>
expose native showManageSubscriptions in iosSk2 (#2376)

github.com/hyochan/react-native-iap - 3a86797eb2e7485cf9d6f30a1bebd777d1d7b2ca authored almost 2 years ago by Andres Aguilar <[email protected]>
12.10.1

github.com/hyochan/react-native-iap - 9c425d3da6da0a489e1e853a5fd214b8f83cd9ab authored almost 2 years ago by Andres Aguilar <[email protected]>
remove dispatch queue as it might be causing concurrency issues (#2375)

github.com/hyochan/react-native-iap - 8e6160e08117f783912b104c6ea8bb59f31a7ee4 authored almost 2 years ago by Andres Aguilar <[email protected]>
chore(deps): update dependency release-it to v15.9.1 (#2374)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 1f8de998861eb572a81b441a847b107be00a76a1 authored almost 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency prettier to v2.8.6 (#2373)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - cfc543c603b186e9c906002e33d2317567df49ca authored almost 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency eslint-config-prettier to v8.8.0 (#2370)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - b5deb5615dc1c3da6d1d90d7c6b81a0b126a9568 authored almost 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12.10.0

github.com/hyochan/react-native-iap - 365e693ce3e5b3e66b757a965acd94cfb5cff0eb authored almost 2 years ago by Andres Aguilar <[email protected]>
android is feature available 2 (#2371)

- implement check for feature on device
- compiler fixes
- converted to when
- updated ktlint...

github.com/hyochan/react-native-iap - 1a75bf5d4759093de92001fada0bfcfd37464ecd authored almost 2 years ago by Andres Aguilar <[email protected]>
chore(deps): update typescript-eslint monorepo to v5.56.0 (#2369)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 822103a49aac7775e2b8590a34efbf699d8783bb authored almost 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ktlint 0 48 2 (#2368)

- updated ktlint and formatted
- fixed package name

github.com/hyochan/react-native-iap - 162c8f8a2b9fe5a827f363ec5710c957b9c64417 authored almost 2 years ago by Andres Aguilar <[email protected]>
chore(deps): update dependency prettier to v2.8.5 (#2367)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - 46cd3deac1a47c766ed01c8e3b2a4790e8f5694c authored almost 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency typedoc to v0.23.28 (#2366)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/hyochan/react-native-iap - ac93c4eec7000385cc358cd7507c5edede11a69c authored almost 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>