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

Fix discounts issues (#1038)

* Normalize discount price

- The product price uses `[product.price stringValue]`. This ch...

github.com/hyochan/react-native-iap - 80c28d9065945bb6f7e1f6cff131493a8098dd98 authored over 4 years ago by Neil Cowburn <[email protected]>
Fix return type of getPromotedProductIOS (#1037)

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

github.com/hyochan/react-native-iap - 3fed16b13bacbeb0cfd05ba6fe02fce1378ace04 authored over 4 years ago by abing <[email protected]>
Update README.md (#1021)

finishTransactionIOS / finishTransaction It's a Promise So it's should await it when invoked.
R...

github.com/hyochan/react-native-iap - a8949b1e4a0e561cd35f0a05d14ef43cb0619801 authored over 4 years ago by Anas T <[email protected]>
chore(README): Update `Finishing a Purchase` (#1022)

- Add `finishTransaction` method explanation.

github.com/hyochan/react-native-iap - 7635d71cad28da596b9e31956fac43338d6ae29a authored over 4 years ago by Jeff Gu Kang <[email protected]>
Fix linting due to ts update

github.com/hyochan/react-native-iap - e57364e2c9e15a3bef57d6943b156b330482f4fe authored over 4 years ago by hyochan <[email protected]>
Release 4.4.9

- Update packages and expose ProductPurchase

github.com/hyochan/react-native-iap - f34bffe0b3c3b0baf6fb639c17e3effeffec71df authored over 4 years ago by hyochan <[email protected]>
Export ProductPurchase interface (#1008)

github.com/hyochan/react-native-iap - 3bb83cebd7dbf87bd9e2ca9265c8bb8ece0e02d5 authored over 4 years ago by peter <[email protected]>
Update README.md (#1002)

Added note about initConnection needed for listeners to work on iOS. Fixes issue: https://githu...

github.com/hyochan/react-native-iap - 78a2a5b9c5895059372a1b2207cc7dcd21b0dad0 authored over 4 years ago by Tom <[email protected]>
Update flow-bin to the latest version πŸš€ (#997)

* chore(package): update flow-bin to version 0.124.0

* chore(package): update lockfile yarn.l...

github.com/hyochan/react-native-iap - 8950845513191c71ef4883074f6c09c175975a7c authored over 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#995)

* chore(package): update @types/react-native to version 0.62.6

* chore(package): update lockf...

github.com/hyochan/react-native-iap - a438b3a9b83a745b46ca8f51d29c24a0077522ca authored over 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#992)

* chore(package): update @types/react-native to version 0.62.5

* chore(package): update lockf...

github.com/hyochan/react-native-iap - 24825e509c8d986fa1441c0f34c0026c67e7aecc authored over 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
πŸ“Update the 'requestPurchase' Function Docs (#990)

* Updating the docs of requestPurchase function
- requestPurchase function takes 4 paramet...

github.com/hyochan/react-native-iap - 27e9be62c70c48f70cd85cf4fb47e3dc4cfdcbb4 authored over 4 years ago by Mohammed Avez <[email protected]>
Upgrade packages

github.com/hyochan/react-native-iap - 69101f3e410008977e838b94646ee92bea3f2e6f authored over 4 years ago by hyochan <[email protected]>
Update @types/react-native to the latest version πŸš€ (#987)

* chore(package): update @types/react-native to version 0.62.3

* chore(package): update lockf...

github.com/hyochan/react-native-iap - eec15541447c0456df19d4702dd44f9e2d35d39a authored over 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update example project to rn iap 4.4.7

github.com/hyochan/react-native-iap - 46e614063dbddc0f8f29aa15f2252454f0494fe8 authored over 4 years ago by hyochan <[email protected]>
Release 4.4.7

- Fix regression.

github.com/hyochan/react-native-iap - d26be425c92406acbc9a75eb09533c63f16e1015 authored over 4 years ago by hyochan <[email protected]>
Release 4.4.6

- `andDangerouslyFinishTransactionAutomaticallyIOS` was set to true for default. I should be false.

github.com/hyochan/react-native-iap - 66ceb56a5930ad61dd72e7bca294471914f24dde authored over 4 years ago by hyochan <[email protected]>
Release 4.4.5

- Implement `endConnection` method to declaratively finish observer in iOS.
- Remove `addTransac...

github.com/hyochan/react-native-iap - c50ef1e156dd62c89e629c67caa952b2cd702113 authored over 4 years ago by hyochan <[email protected]>
Update flow-bin to the latest version πŸš€ (#979)

* chore(package): update flow-bin to version 0.123.0

* chore(package): update lockfile yarn.l...

github.com/hyochan/react-native-iap - d19f56dba2a380b3469d0f7a7a428651e8e08214 authored over 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Upgrade packages

github.com/hyochan/react-native-iap - 97ea17d1b7707cf5fb1707f9ac111ddb837f1aa0 authored over 4 years ago by hyochan <[email protected]>
Update changelog

github.com/hyochan/react-native-iap - 0457e9f81328af428c2191b959c6d0dbc257e238 authored over 4 years ago by hyochan <[email protected]>
Add a guide to add `IAPPromotionObserver` in iOS` (#976)

- Resolve #950
- Resolve #971

github.com/hyochan/react-native-iap - 60e89eb265bd11cb8702e491ea2d439427eebeab authored over 4 years ago by Hyo Chan Jang <[email protected]>
Update @types/react to the latest version πŸš€ (#967)

* chore(package): update @types/react to version 16.9.32

* chore(package): update lockfile ya...

github.com/hyochan/react-native-iap - f86df30ca4aadc7380cbeb8749d5b2be27d62c87 authored over 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Add receipt validation option (#960)

* Add IAPHUB option for receipt validation
* Fix typo

github.com/hyochan/react-native-iap - aa741f0dd2592848bd866e8e0168c18cc1c5320b authored almost 5 years ago by Max <[email protected]>
Hopefully Fix Issue #849 (#957)

Wrap every access to validProducts in an @synchronized-Block. This might impact the performance ...

github.com/hyochan/react-native-iap - f216f667b895424f2256f0bbfd147c4558e6fbea authored almost 5 years ago by Abraham Przewodnik <[email protected]>
Update @types/react to the latest version πŸš€ (#956)

* chore(package): update @types/react to version 16.9.25

* chore(package): update lockfile ya...

github.com/hyochan/react-native-iap - 975760268f8bc4797cc915ae1011bf479865aa73 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update flow-bin to the latest version πŸš€ (#955)

* chore(package): update flow-bin to version 0.121.0

* chore(package): update lockfile yarn.l...

github.com/hyochan/react-native-iap - 5e3c09f80039ff4e71cceacabf1486f6abb87a39 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#954)

* chore(package): update @types/react-native to version 0.61.23

* chore(package): update lock...

github.com/hyochan/react-native-iap - 9d7420108f801bf02a73d62d8af7cdc2a18ba50f authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#953)

* chore(package): update @types/react-native to version 0.61.22

* chore(package): update lock...

github.com/hyochan/react-native-iap - 53d07614bef1ddc7582db505deb6028711b5ea9d authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#951)

* chore(package): update @types/react-native to version 0.61.21

* chore(package): update lock...

github.com/hyochan/react-native-iap - 3d2541400a0979f661d87e0b8da6cfa6dbe37cac authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update flow-bin to the latest version πŸš€ (#949)

* chore(package): update flow-bin to version 0.120.0
* chore(package): update lockfile yarn.loc...

github.com/hyochan/react-native-iap - 1179433718fb60af088f28ffb16efd97b8703133 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#947)

* chore(package): update @types/react-native to version 0.61.18

* chore(package): update lock...

github.com/hyochan/react-native-iap - 91c45ad34af01902feb278c9429c215b6882fb1e authored almost 5 years ago by Hyo Chan Jang <[email protected]>
fix typo in README (#945)

github.com/hyochan/react-native-iap - 745460576e89cdabc715c16014c8cbda63cc883a authored almost 5 years ago by Felipe CΓ©spedes <[email protected]>
chore(package): update @types/react to version 16.9.23 (#944)

github.com/hyochan/react-native-iap - 2fef6d5502d298fa6d8c2a0711f3eeff37e846ec authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update flow-bin to the latest version πŸš€ (#940)

* chore(package): update flow-bin to version 0.119.0

* chore(package): update lockfile yarn.lock

github.com/hyochan/react-native-iap - 51a8e0e01c340ba051a7adb96cda5bc16c2fc421 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#939)

* chore(package): update @types/react-native to version 0.61.17

* chore(package): update lock...

github.com/hyochan/react-native-iap - 3bc543869af4e80e076a7d8142e874539291786d authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Attempt to fix #934 (#938)

- Refered to https://stackoverflow.com/questions/34001868/ios-this-in-app-purchase-has-already-b...

github.com/hyochan/react-native-iap - 5bc76dd769d6e1d0297a859463ff1561f00b06c6 authored almost 5 years ago by Hyo Chan Jang <[email protected]>
Update README.md

github.com/hyochan/react-native-iap - 99cde068fb186a26664dbc41e26047f2512dad8c authored almost 5 years ago by Hyo Chan Jang <[email protected]>
Update @types/react to the latest version πŸš€ (#937)

* chore(package): update @types/react to version 16.9.22

* chore(package): update lockfile ya...

github.com/hyochan/react-native-iap - 3a8c818caf2ec8454530320874ab6ec0ec04d7b2 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#936)

* chore(package): update @types/react-native to version 0.61.16

* chore(package): update lock...

github.com/hyochan/react-native-iap - 8f909470f80a4eea967dd819189f468de3c57752 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Fix clearProductsIOS method name typo (#929)

github.com/hyochan/react-native-iap - 013f3a778f1ff6aabc2f76746afea84089a3b66a authored almost 5 years ago by Rock Hu <[email protected]>
Release 4.4.1

- Packages update.

github.com/hyochan/react-native-iap - 7707b8d7425bd0c056f12506054eaf3c4b3967cf authored almost 5 years ago by hyochan <[email protected]>
Update @types/react-native to the latest version πŸš€ (#923)

* chore(package): update @types/react-native to version 0.61.9

* chore(package): update lockf...

github.com/hyochan/react-native-iap - fbbef8d703de927ec8e2a95b4e864be880e615ec authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#922)

* chore(package): update @types/react-native to version 0.61.8
* chore(package): update lockfil...

github.com/hyochan/react-native-iap - 5322a140fd45a09385361b87c4d6f80d83167839 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#919)

* chore(package): update @types/react-native to version 0.61.6
* chore(package): update lockfil...

github.com/hyochan/react-native-iap - e5c8a89cd9ee6ffbd5d2735911560b261c18920e authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update flow-bin to the latest version πŸš€ (#916)

* chore(package): update flow-bin to version 0.117.0
* chore(package): update lockfile yarn.lock

github.com/hyochan/react-native-iap - 0ff1323594587c2abdbbe367387d69f5a9409599 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#917)

* chore(package): update @types/react-native to version 0.61.5
* chore(package): update lockfil...

github.com/hyochan/react-native-iap - 594c32755b4de356f4d34dbf6827d1c09b8c0fc4 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#913)

* chore(package): update @types/react-native to version 0.61.2
* chore(package): update lockfil...

github.com/hyochan/react-native-iap - 9a1485cc301ba0451af123098ba4b3ebbf377f4b authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
docs(readme): added get access_token example repo (#912)

github.com/hyochan/react-native-iap - 641246a3a1021e472595af04d123ee4caab2f4a0 authored almost 5 years ago by HYUNGU, KANG <[email protected]>
Improve documentation for iOS subscription URL (#911)

github.com/hyochan/react-native-iap - 1e3b2d14e1bf638cbde28539175f1c264eb37922 authored almost 5 years ago by denkeni <[email protected]>
update iOS cancel subscription URL (#906)

github.com/hyochan/react-native-iap - ddd9a94d4a2e4cb79cb8d0817c06bf0b71d833bf authored almost 5 years ago by JΓΊlio Xavier <[email protected]>
:bug: Promise returns a boolean (#904)

github.com/hyochan/react-native-iap - 9576bebd35a5def2c64d54c108c31ef6c7be1190 authored almost 5 years ago by Wouter De Schuyter <[email protected]>
[Release] 4.4.0 (#893)

* Update requestionSubscription code on android side
* Support ProrationModesAndroid enum type ...

github.com/hyochan/react-native-iap - c7406afcee617fa6bffbee9089023371a755edfd authored almost 5 years ago by Hyo Chan Jang <[email protected]>
Update @types/react-native to the latest version πŸš€ (#897)

* chore(package): update @types/react-native to version 0.60.30
* chore(package): update lockfi...

github.com/hyochan/react-native-iap - 78a47bf8396eac6009713541619f436f6fea8aa9 authored almost 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Documentation updates (#890)

* Update documentation for endConnectionAndroid
* Update documentation for finishTransaction
*...

github.com/hyochan/react-native-iap - 3efd1750d95efa071171d29b2824ef6d99766b42 authored about 5 years ago by denkeni <[email protected]>
requestPurchase returns Promise<ProductPurchase> (#891)

fix docs with the correct return value of requestPurchase

github.com/hyochan/react-native-iap - 3fd40f1eb5193823195c14efe5b1149bdbb8056e authored about 5 years ago by yanush <[email protected]>
Fix double precision issue and inconsistent return type on Android (#885)

* Fix double precision issue and inconsistent return type on Android
* Improve document based o...

github.com/hyochan/react-native-iap - 34527fca5dd58acd1f2b34b2393185238851b7f2 authored about 5 years ago by denkeni <[email protected]>
Update @types/react-native to the latest version πŸš€ (#884)

* chore(package): update @types/react-native to version 0.60.26
* chore(package): update lockfi...

github.com/hyochan/react-native-iap - 16bbf848fe984a526d0d6c887a7649d0a3ea272b authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react to the latest version πŸš€ (#881)

* chore(package): update @types/react to version 16.9.17
* chore(package): update lockfile yarn...

github.com/hyochan/react-native-iap - 002bf1937df751e01d662eb0fcde165c48c27967 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update flow-bin to the latest version πŸš€ (#876)

* chore(package): update flow-bin to version 0.114.0
* chore(package): update lockfile yarn.lock

github.com/hyochan/react-native-iap - 69270fea71d13537ccc8273397199ede22f229e8 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#873)

* chore(package): update @types/react-native to version 0.60.25
* chore(package): update lockfi...

github.com/hyochan/react-native-iap - 87dabb850bc5c92a197f911e6b066fa2333087f2 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @dooboo/eslint-config to the latest version πŸš€ (#872)

* chore(package): update @dooboo/eslint-config to version 0.3.0
* chore(package): update lockfi...

github.com/hyochan/react-native-iap - a944184129193e7ba35ac7e3ccc292f77e5f0f94 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Upgrade example to [email protected] (#871)

github.com/hyochan/react-native-iap - 3faafdcec7b5820391c078e244f65b3c316f3348 authored about 5 years ago by Hyo Chan Jang <[email protected]>
Update @types/react to the latest version πŸš€ (#870)

* chore(package): update @types/react to version 16.9.16
* chore(package): update lockfile yarn...

github.com/hyochan/react-native-iap - 862c41c23b27741e67447413ed5cc3648a3b1e0e authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Add tvos platform in podspec (#869)

github.com/hyochan/react-native-iap - eba3e2343259a976e101a4dea82cc6f3aa33bd9a authored about 5 years ago by Keshav Kaul <[email protected]>
Update @types/react to the latest version πŸš€ (#867)

* chore(package): update @types/react to version 16.9.15
* chore(package): update lockfile yarn...

github.com/hyochan/react-native-iap - 0b48690be59aadcff00c0f29fe43612e95dd69d8 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update flow-bin to the latest version πŸš€ (#865)

* chore(package): update flow-bin to version 0.113.0
* chore(package): update lockfile yarn.lock

github.com/hyochan/react-native-iap - 233f029d457c4957c3571f7e48d8f633daab4c91 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react to the latest version πŸš€ (#864)

* chore(package): update @types/react to version 16.9.14
* chore(package): update lockfile yarn...

github.com/hyochan/react-native-iap - fe57d09565e5df24bca8b91708f7b9a2ce331ba3 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react to the latest version πŸš€ (#861)

* chore(package): update @types/react to version 16.9.12

* chore(package): update lockfile ya...

github.com/hyochan/react-native-iap - d6c7709713c873ef252154c53beef3955ff6d3b2 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#860)

* chore(package): update @types/react-native to version 0.60.23
* chore(package): update lockfi...

github.com/hyochan/react-native-iap - a39f11d430809b2d05dde7230903af26572d70ba authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Remove duplicate requestSubscription entry (#857)

github.com/hyochan/react-native-iap - 05a3db324d09f13ee24e0bed36f8cb80000a0343 authored about 5 years ago by James Isaac <[email protected]>
Fix some warnings and a bug (#854)

* Do not include tsconfig.json in release
* Fix error (NSInteger must not be a pointer) and fix...

github.com/hyochan/react-native-iap - 08ed219bf30202799e6d8bd8b3d9be73e6261268 authored about 5 years ago by Moritz <[email protected]>
Fix type for pending_renewal_info (#846)

github.com/hyochan/react-native-iap - 4f37134f8a02b6711219629e957d71d471cbdf01 authored about 5 years ago by StasD <[email protected]>
Fixes typing in #841 and #839 (#844)

* Fixes typing in #841 and #839
* Release 4.2.1

github.com/hyochan/react-native-iap - 54d5510186981729c2349a5f4eadb16e6513f9d4 authored about 5 years ago by Hyo Chan Jang <[email protected]>
README: add finishTransaction() method description (#840)

* README: add finishTransaction() method description
* Fix syntax, and add more info to acknowl...

github.com/hyochan/react-native-iap - e97ca9dd8f43ee427a62e1b58caa993a1a10b4f7 authored about 5 years ago by Kenny Meyer <[email protected]>
Fix Android compile error for React Native v0.60.x due to missing method (#835)

React Native 0.61 introduces the `.copy()` method to the WritableMap
interface and this is used...

github.com/hyochan/react-native-iap - 8d28d204857d65d99d764aa2a59f9bca1385859a authored about 5 years ago by piemonkey <[email protected]>
Enhanced `finishTransaction` method to be more useful (#833)

- Resolve #797.

github.com/hyochan/react-native-iap - aef51e19fd2f70bece5c02dcd1fbdbede743cc85 authored about 5 years ago by Hyo Chan Jang <[email protected]>
fix andDangerouslyFinishTransactionAutomaticallyIOS type on readme (#826)

github.com/hyochan/react-native-iap - a600cce3ad1a1a124a2707423f73c6e8431d4eae authored about 5 years ago by Alejandro Rangel <[email protected]>
Update @types/react-native to the latest version πŸš€ (#821)

* chore(package): update @types/react-native to version 0.60.22
* chore(package): update lockfi...

github.com/hyochan/react-native-iap - 1fd6296a0676eed21a5bfe5434892b2c26384b53 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
finishTransaction. Fixed type isConsumable from string to boolean. (#816)

github.com/hyochan/react-native-iap - b3ab597d9e15cbdf6ef194b57091d6b21ca8f8f1 authored about 5 years ago by Arkadiy <[email protected]>
Update @types/react to the latest version πŸš€ (#813)

* chore(package): update @types/react to version 16.9.11

* chore(package): update lockfile ya...

github.com/hyochan/react-native-iap - 5e02b2ff70d155547ba492ca78d9891b4ebb77de authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Release/4.0.8 (#812)

PR
- #806
- #807
- #809

Resolve
- #811

github.com/hyochan/react-native-iap - 24f67d4e551b73162f2c9af285f502bf6747d386 authored about 5 years ago by Hyo Chan Jang <[email protected]>
Update @types/react to the latest version πŸš€ (#810)

* chore(package): update @types/react to version 16.9.10
* chore(package): update lockfile yarn...

github.com/hyochan/react-native-iap - e33d06f6ac44f6bf80de7a32d7ace2863f4e4cfe authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
fixed promise acceptation/rejection not propagated to JS (#809)

github.com/hyochan/react-native-iap - 7a303becfd33f07d6fe40369bf7906acd942bf09 authored about 5 years ago by Anthony Cyrille <[email protected]>
added subs to the list of unconsumed purchases (#807)

github.com/hyochan/react-native-iap - bfca05454a73203c06a0edc09f06155e719112b3 authored about 5 years ago by Anthony Cyrille <[email protected]>
fixed promise never returned from purchase() (#806)

github.com/hyochan/react-native-iap - ada6e421c133df76044e07a3f4f67bff071239a9 authored about 5 years ago by Anthony Cyrille <[email protected]>
Update @types/react to the latest version πŸš€ (#796)

* chore(package): update @types/react to version 16.9.7

* chore(package): update lockfile yar...

github.com/hyochan/react-native-iap - 6658d06a7489c2d92616e28011b00d53910ae128 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Update @types/react-native to the latest version πŸš€ (#795)

* chore(package): update @types/react-native to version 0.60.20

* chore(package): update lock...

github.com/hyochan/react-native-iap - afd6d1d23876b643b8c77cff23d9acbcf3f1f1e3 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>