Arthur Geron

Results 9 comments of Arthur Geron

If that's the case it should be easy to support js-data 3.0

> > I don't know, I started to use other MMKV libraries and problem disappear, file is small and works like charm > > which lib? react-native-mmkv-storage works just fine

> @arthurgeron Could you kindly check on the `CI` failing before going further? https://github.com/dooboolab-community/react-native-iap/actions/runs/6801993699/job/18494078412 > > Thanks in advance! Thank you for your patience. I've fixed the SwiftLint errors!

@hyochan I'm not sure why the `iapExample` ios build is failing.

> I understand that it executes 4 times my code is a problem on my side, but it could happen that in the first execution the promise is not solved...

To further exemplify, here's how we deal with that: ```JavaScript const StoreSKUsToFetch = ['someSku']; function useSetupIAP() { /* useIAP will replace old product data with each new `getProduct`or similar call...

Don't worry you're being very clear and I understand what you mean, I think it'd indeed make sense to reject older/discarded promises to signal cancellation just to avoid hanging async...

I was without a functioning MacBook since Jan/February, so it took me a while to circle back to this. @LcsGrz I've updated my branch with main and implemented Promise rejection,...

@hyochan I've figured out the issue with IAPExample's build on GitHub Action for iOS. Apparently there's some architecture specific issue when running with `macos-latest`, which uses Apple Silicon (M1), I...