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

Refresh SkuDetails (#1566)

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

github.com/hyochan/react-native-iap - 021d08acb76f27981817a2d4497c1d19f075fe95 authored about 3 years ago by rrrasti <[email protected]>
fix: NativeEventEmitter warnings since ReactNative 0.65 (#1544)

* fix NativeEventEmitter warnings since ReactNative 0.65

* fix: indentation

* fix: remove ...

github.com/hyochan/react-native-iap - c356cb970cb63019e57545ff4a5ccb197f9b0db9 authored about 3 years ago by Radek Czemerys <[email protected]>
Using TCK Tested JDK builds of OpenJDK (#1525)

The AdoptOpenJDK has been discontinued since July 2021 (https://adoptopenjdk.net). Switching the...

github.com/hyochan/react-native-iap - 7d638edfa2932d7f019297164e77bfc03e776c7d authored about 3 years ago by Carl Dea <[email protected]>
Typo Fix (#1540)

Fixes Type in function name `subscribeButtonClick`

github.com/hyochan/react-native-iap - 852f008b83ac534b6c39a6cace5d0a1d727bbb67 authored about 3 years ago by Abid Ali <[email protected]>
Add missing types for finishTransaction within useIAP() (#1533)

Co-authored-by: Kolia Nalbandian <[email protected]>

github.com/hyochan/react-native-iap - 09fd52c776c1f0e80a2c1d00641cf431b6b3255d authored about 3 years ago by Kolia Nalbandian <[email protected]>
Update .npmignore to remove TS errors (#1522)

Co-authored-by: Jacob Parker <[email protected]>

github.com/hyochan/react-native-iap - 92cb36bc7c9a176998592d2c4783ee4cec8c1059 authored over 3 years ago by Jacob Parker <[email protected]>
fix(docs): Wrong import in hooks documentation (#1523)

github.com/hyochan/react-native-iap - 6979861c783dee6602c1a3cc30784eae544fe07b authored over 3 years ago by Kimiyasu Morikawa <[email protected]>
fix countryCode typing (#1521)

github.com/hyochan/react-native-iap - 2bf9925906d5145da7479f2de9df8f9d2883dbbe authored over 3 years ago by Yago Vega <[email protected]>
fix typo (#1520)

github.com/hyochan/react-native-iap - eef1d8156a04e300ee5b2835cbdf86e385692f25 authored over 3 years ago by mokoshi <[email protected]>
Bump tmpl from 1.0.4 to 1.0.5 (#1510)

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https...

github.com/hyochan/react-native-iap - f5ae5ac4bfcce0a08033902eb8b173596adab41c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump tmpl from 1.0.4 to 1.0.5 in /IapExample (#1509)

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https...

github.com/hyochan/react-native-iap - 47ef38f30edc07018754406c075b011d7350bbba authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump prismjs from 1.24.0 to 1.25.0 in /docs (#1508)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0.
- [Release notes](http...

github.com/hyochan/react-native-iap - 62978506be8a227bca1ef1ff74b91ddafabff1a2 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump axios from 0.21.1 to 0.21.4 in /docs (#1507)

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4.
- [Release notes](https://...

github.com/hyochan/react-native-iap - fce14e1fc80c34955b4f1f477a79d2fe6a9ea3e3 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update packages (#1506)

github.com/hyochan/react-native-iap - a1e14496fb3e585182df73ba00d46753129dc817 authored over 3 years ago by Hyo <[email protected]>
fix: Cancellled purchase kept promise dangling (#1504)

If the user does not proceed with the payment, the `RNIap.requestSubscription()` promise never r...

github.com/hyochan/react-native-iap - 175ed922d27a97aeb86ffe8c2763f9cf865c04a9 authored over 3 years ago by Raymond Penners <[email protected]>
Setting default AndroidX version (#1505)

It is now set to the last known working version. Note this will still fail CI until there's a ne...

github.com/hyochan/react-native-iap - f0e20025952fffc50ebb8d579cf80b0b429cb4f3 authored over 3 years ago by Andres Aguilar <[email protected]>
fix(docs): Return type of getPurchaseHistory wrong (#1497)

github.com/hyochan/react-native-iap - 9d815913b25df56cebc52bc5876f9454fdf0553d authored over 3 years ago by Raymond Penners <[email protected]>
fix typos found in docs and README.md (#1491)

github.com/hyochan/react-native-iap - 5777440b8c471afb66d624220a8c84bdd1502541 authored over 3 years ago by SaintMalik <[email protected]>
Add quantity in purchase data (#1476)

* Added quantity in purchase dictionnary

* fix variable name

* Fix objet cast

* Renamed...

github.com/hyochan/react-native-iap - d8e6c7e54c86728fde5b9fdc67b991c1f0c614e4 authored over 3 years ago by Jonathan Gilbert <[email protected]>
Use React's Context to manage IAP state (#1482)

* feat: use context to manage IAP state

* chore: update README

* chore: export withIAPCont...

github.com/hyochan/react-native-iap - 8f45a590a0b626a55c8cb21e6b3dad256b8295ed authored over 3 years ago by Tuan Luong <[email protected]>
Fix table display in the document (#1471)

github.com/hyochan/react-native-iap - 65803ec339f4146e011aeea4a7a230645dbdfb6d authored over 3 years ago by Yuta Mori <[email protected]>
Migrated IapExample iOS to rn 0.64 (#1465)

* migrated IapExample iOS to rn 0.64

* fix missing = in comparison

* fix lint

Co-author...

github.com/hyochan/react-native-iap - 78509a01e3012347041307387dec945772e9f1dc authored over 3 years ago by Andres Aguilar <[email protected]>
Bump url-parse from 1.5.1 to 1.5.3 in /docs (#1463)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes...

github.com/hyochan/react-native-iap - 481477f3190850cde0424ac197cc40e4312f515c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
improve receipt types (#1461)

* Added isCanceled to amazon properties

* fix lint

* cleaned up types and refactored commo...

github.com/hyochan/react-native-iap - 9752ecb71e2cd740cdfedc0facc124505ca36605 authored over 3 years ago by Andres Aguilar <[email protected]>
Bump path-parse from 1.0.6 to 1.0.7 in /IapExample (#1462)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release n...

github.com/hyochan/react-native-iap - 82a54a0d559ee2ef8f9756a9451681e671badac9 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix android crash by delaying ios check (#1456)

* fix android crash by delaying ios check

* revert settings file

Co-authored-by: andres.ag...

github.com/hyochan/react-native-iap - 18e061a4591b02f1f118098ec2ce3df04ceb30d8 authored over 3 years ago by Andres Aguilar <[email protected]>
Bump node-fetch from 2.6.0 to 2.6.1 in /IapExample (#1453)

* Update CHANGELOG

* Bump node-fetch from 2.6.0 to 2.6.1 in /IapExample

Bumps [node-fetch]...

github.com/hyochan/react-native-iap - c1fbb7ce9be9ecb316787d0cdf8ccdb1c34155f9 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update CHANGELOG and bump version to 7.2.0

github.com/hyochan/react-native-iap - cc0a5fae881a058b7f652b24fff5e799b3dcaca2 authored over 3 years ago by hyochan <[email protected]>
Added monolinter and fixed inconsistent dependency versions (#1444)

* Added monolinter and fixed inconsistent dependency versionss

* updated lock files

* upda...

github.com/hyochan/react-native-iap - 9f30fe7b1ae7c9d18d83678f356759089eb44790 authored over 3 years ago by Andres Aguilar <[email protected]>
Fix crash on android request Purchase (#1452)

github.com/hyochan/react-native-iap - 53fcec9e38f3b984fade38f4b28055384aa9b26e authored over 3 years ago by jonathangilbert02 <[email protected]>
resolve to false when playservices not available (#1447)

Co-authored-by: andres.aguilar <[email protected]>

github.com/hyochan/react-native-iap - 49fdc96d11ec25ac90e016ef58bf646302d31cea authored over 3 years ago by Andres Aguilar <[email protected]>
code cleanup (#1443)

* code cleanup

* removed deprecated emitter

* removed more redundant code

* more simpli...

github.com/hyochan/react-native-iap - b527d2bcd0678f42ffe80fd3e2846b58622ef226 authored over 3 years ago by Andres Aguilar <[email protected]>
Bump tar from 4.4.13 to 4.4.15 in /IapExample (#1445)

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15.
- [Release notes](https://g...

github.com/hyochan/react-native-iap - 0dd4245b9d981d3d30300449e3f86386f86a18c4 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix recent jest test failing (#1440)

github.com/hyochan/react-native-iap - ee1a0e4315e32971dc094650e94c473bd19f0707 authored over 3 years ago by Hyo <[email protected]>
Release 7.1.0

Update packages

github.com/hyochan/react-native-iap - 58d15d74c4e2ff90fff343d7582385353e1cd972 authored over 3 years ago by hyochan <[email protected]>
fixes subscription upgrade/downgrade (#1438)

* fixes subscription upgrade/downgrade

* Made the breaking change at once

* fix lint

* ...

github.com/hyochan/react-native-iap - 0763c81f4003a7efd37aa4fae7a5cd5c408a4105 authored over 3 years ago by Andres Aguilar <[email protected]>
dependabot/npm and yarn/IapExample/react native 0.62.3 (#1431)

* Bump react-native from 0.61.5 to 0.62.3 in /IapExample

Bumps [react-native](https://github....

github.com/hyochan/react-native-iap - 5424257b89b0ff9a56ee3ae30511cb6c06d13f37 authored over 3 years ago by Andres Aguilar <[email protected]>
Remove init on main thread as it is no longer needed in this version of the SDK (#1427)

* Remove init on main thread as it is no longer needed in this version of the SDK

* fix lint
...

github.com/hyochan/react-native-iap - 29f8d6ccec71a9bafc2e291ce019c4d079b9f4b9 authored over 3 years ago by Andres Aguilar <[email protected]>
Release 7.0.4

Move init code to initConnection method in Amazon [#1425](https://github.com/dooboolab/react-nat...

github.com/hyochan/react-native-iap - ee1d26a85c378e3fd6a66121cd0482a702a916b8 authored over 3 years ago by Hyo <[email protected]>
Move init code to initConnection method (#1425)

* moved init code to initConnection method

* fix lint

Co-authored-by: andres.aguilar <andr...

github.com/hyochan/react-native-iap - 593c0c93598383470edf24976901f5e168b312c2 authored over 3 years ago by Andres Aguilar <[email protected]>
Fix Android subscription update (#1423)

github.com/hyochan/react-native-iap - 791fb1ca8b01ef6cedc834a0042fdc32527d7948 authored over 3 years ago by pavelbabenko <[email protected]>
Hotfix on getting skus on android (#1414)

* Hotfix on getting skus on android

* Relesae 7.0.3

github.com/hyochan/react-native-iap - 100f9f0951278b78bff4e78ea3366697fd2cfa42 authored over 3 years ago by Hyo <[email protected]>
Fix getPurchaseHistory for Android (#1409) (#1411)

github.com/hyochan/react-native-iap - 87d41eea167da34c67c63ca8db93319c7bb55d40 authored over 3 years ago by MARC P <[email protected]>
upgrade gradle plugin to 4.2.2 (#1410)

Co-authored-by: andres.aguilar <[email protected]>

github.com/hyochan/react-native-iap - f5ac39f0b5700935c138b951423190c67f4a37ca authored over 3 years ago by Andres Aguilar <[email protected]>
Revert strict check for Amazon module (#1407)

Co-authored-by: andres.aguilar <[email protected]>

github.com/hyochan/react-native-iap - 4a06438ca1a7be0b36da1c031f49e8c0156d3ec3 authored over 3 years ago by Andres Aguilar <[email protected]>
Remove an unnecessary reject when canceling by user (#1389)

* Remove an unnecessary reject when canceling by user

* Reformats code to comply with Google ...

github.com/hyochan/react-native-iap - a3347b5d525fb5c11af567a0239c1884685cc9c2 authored over 3 years ago by ifsnow <[email protected]>
Removed setInstallSource and updated docs (#1401)

Co-authored-by: andres.aguilar <[email protected]>

github.com/hyochan/react-native-iap - 3d619e331b1d077c133480dc745bb623692c0120 authored over 3 years ago by Andres Aguilar <[email protected]>
Update type to match newer ios receipt style (#1402)

Co-authored-by: andres.aguilar <[email protected]>

github.com/hyochan/react-native-iap - d32821b6f4d76e38344400f2a099a4b6e2643447 authored over 3 years ago by Andres Aguilar <[email protected]>
Migrate android billing client to 4.0.0 (#1400)

https://developer.android.google.cn/google/play/billing

Closes #1397

github.com/hyochan/react-native-iap - 009c2c7dd550f05044e0f4e5811a4c946b34ac01 authored over 3 years ago by Hyo <[email protected]>
Fixes race condition caused by billing client dereference (#1388)

* Fixes race condition caused by billing client dereference

* Fixes race condition caused by ...

github.com/hyochan/react-native-iap - 1409b8f13cb4d3eb60b4c5eac17bab8edaf3cd7d authored over 3 years ago by Andres Aguilar <[email protected]>
Bump prismjs from 1.23.0 to 1.24.0 in /docs (#1396)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.0.
- [Release notes](http...

github.com/hyochan/react-native-iap - dd520048a8251010f509866677040cd4ee401d8d authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix `mdx` closing ul tag

github.com/hyochan/react-native-iap - 12747711d71924830661fbe755902a6207acc269 authored over 3 years ago by Hyo <[email protected]>
Implement deeplinking to subscriptins for Android (#1394)

* implement deeplinking to subscriptins for Android

* fix method name

Co-authored-by: andr...

github.com/hyochan/react-native-iap - 9dc00095c798242b7052db876e51352c799091ca authored over 3 years ago by Andres Aguilar <[email protected]>
Fix regression on return type (#1393)

* fixed regression on return type

* set expected type instead of string

Co-authored-by: an...

github.com/hyochan/react-native-iap - bcff9db8578ff7ba947f8ef64d640adc729c0f02 authored over 3 years ago by Andres Aguilar <[email protected]>
implement requested client-side validation for amazon purchases (#1392)

* implement requested client-side validation for amazon purchases

* fix lint

Co-authored-b...

github.com/hyochan/react-native-iap - f8cdee452b4bb6899d7953d57de2e121055254fb authored over 3 years ago by Andres Aguilar <[email protected]>
Adds documentation to Android deferred proration (#1387)

Co-authored-by: andres.aguilar <[email protected]>

github.com/hyochan/react-native-iap - 26a2e0b2b1af4b32e8de230c41c7fb975db5d315 authored over 3 years ago by Andres Aguilar <[email protected]>
fix promise resolving logic (#1390)

Co-authored-by: andres.aguilar <[email protected]>

github.com/hyochan/react-native-iap - e8d689f15151aa43382e9e7a764ce709ece42c14 authored over 3 years ago by Andres Aguilar <[email protected]>
Update URL in package.json (#1386)

It's more common to not include the `git+` prefix when specifying the repository URL: https://do...

github.com/hyochan/react-native-iap - 87c944a34252a2ce7c31a2b7133aed50fba8f72c authored over 3 years ago by Mars Lan <[email protected]>
Fix an unnecessary error when canceling a purchase (#1385)

github.com/hyochan/react-native-iap - 6f51b1f8c0fbfb9eef12f23f5e9e1bc9b2d0cc4d authored over 3 years ago by ifsnow <[email protected]>
Update purchase.md (#1381)

Updated the language to be more clear and gramatically correct.

github.com/hyochan/react-native-iap - f894cf13a1b8b97488d300d9c1ab14c97c1c4204 authored over 3 years ago by Jacob Spizziri <[email protected]>
Fix java lint errors and add CI (#1380)

* Update java version

* Update java version label

Co-authored-by: andres.aguilar <andres.a...

github.com/hyochan/react-native-iap - 2319e70c459c96f5e3c7330a1d1a90349333f2d1 authored over 3 years ago by Andres Aguilar <[email protected]>
First unit test (#1379)

* Add `initConnection` Google Play test

* Fix Example build failing

* Fix for max number o...

github.com/hyochan/react-native-iap - 9d59f34828caca0372f70254f7cb744dcba7e337 authored over 3 years ago by Andres Aguilar <[email protected]>
Prevent CNAME changing in other way

github.com/hyochan/react-native-iap - c42f40c6c1b2b2f492ddb109a862d938e1c24643 authored over 3 years ago by hyochan <[email protected]>
Add CNAME as a workaround

Related https://github.com/tschaub/gh-pages/issues/236

github.com/hyochan/react-native-iap - c35c19fd8c7f16cb5198c43d428b972be057ac34 authored over 3 years ago by hyochan <[email protected]>
Cleans up Native Module checks (#1374)

Removed a lot of code that is redundant now that we have better split the Android Native modules...

github.com/hyochan/react-native-iap - 5ac67b3f61e34b0fd94f2b450d158fe830bbab09 authored over 3 years ago by Andres Aguilar <[email protected]>
Fix a wrong package.json setting (#1377)

Ignore android build for now since this is going to be fixed in #1374

github.com/hyochan/react-native-iap - cb1bf233f47fb01999b758590dc7379fec07aa5b authored over 3 years ago by ifsnow <[email protected]>
Update CI for gh-pages deploy

github.com/hyochan/react-native-iap - 6ae8d245fb848471bfe63dc99e541e5baf2145ce authored over 3 years ago by hyochan <[email protected]>
Setup document workflow for #1371 (#1375)

Configure CI for updating documents

github.com/hyochan/react-native-iap - 6bbe69ff08f4da642201201adf8fbf4d13343bba authored over 3 years ago by Hyo <[email protected]>
Implement initial version of documentation (#1366)

This PR introduces the initial version of new documentation.
Check the current version at: http...

github.com/hyochan/react-native-iap - c0481d3344057ff54c9da2aa70f34dea412a9460 authored over 3 years ago by Giovanni Cimolin da Silva <[email protected]>
Fixed manual installation Android markdown layout (#1371)

This is readable 👍🏻

github.com/hyochan/react-native-iap - 73853ad7604717997bd8ae4974b1275680115190 authored over 3 years ago by Patrick <[email protected]>
Bump glob-parent from 5.1.0 to 5.1.2 in /IapExample (#1369)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2.
- [Release note...

github.com/hyochan/react-native-iap - b8377599d126786968f8a0e291fd7d52cb68829e authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[Android] Split code into two stores (#1336)

Creates two variants: `play` and `amazon` and only uses the required code.

NOTE: This would b...

github.com/hyochan/react-native-iap - c44e0fcc2ce1a38b59c5974b3b8bf3c989be1a81 authored over 3 years ago by Andres Aguilar <[email protected]>
Remove buildToolsVersion (#1358)

Setting buildToolsVersion is no longer recommended, it'll default to Android Gradle Plugin defau...

github.com/hyochan/react-native-iap - 09bf8ccb13b84e6370195344634a102c4c53b293 authored over 3 years ago by Dulmandakh <[email protected]>
Handle deffered proration in purchasedUpdated listner in android (#1357)

As described in the issue below, when requested `proration mode` with `deferred`, purchases can ...

github.com/hyochan/react-native-iap - 34ce8512714a75431a1fae055026e3b333df0e52 authored over 3 years ago by Hyo <[email protected]>
Fire tv detection (#1356)

* Added More ways to detect Amazon Devices

* fixed imports, updated yarn.lock

* fixed miss...

github.com/hyochan/react-native-iap - 891830fc52ab2e5a5cd576b92846b47513a25050 authored over 3 years ago by Andres Aguilar <[email protected]>
Update android example and add it to CI (#1342)

* update android example and add it to CI

* install modules

* fix modules path

Co-autho...

github.com/hyochan/react-native-iap - 838a87afc19db5c8268017e24c51402a2e9cf9b6 authored over 3 years ago by Andres Aguilar <[email protected]>
Fix lint issues (#1333)

Co-authored-by: andres.aguilar <[email protected]>

github.com/hyochan/react-native-iap - f2949040e998a805518a2010b5bfc585ae8fc40f authored over 3 years ago by Andres Aguilar <[email protected]>
register listener on main thread (#1335)

Co-authored-by: andres.aguilar <[email protected]>

github.com/hyochan/react-native-iap - 38fb8c176af45a7f4ffd7a2ba120a2bb77ef170d authored over 3 years ago by Andres Aguilar <[email protected]>
Add android build/test to CI (#1331)

* Add android build/test to CI

* Update gradle wrapper version

Co-authored-by: andres.agui...

github.com/hyochan/react-native-iap - b4dcfbae2a9444d82b25cb77e66234084110dd95 authored over 3 years ago by Andres Aguilar <[email protected]>
Update yarn.lock

github.com/hyochan/react-native-iap - 8cc93239ba39165dc201e0c810b6da9dfc3b3756 authored over 3 years ago by hyochan <[email protected]>