Sampson Oliver
Sampson Oliver
Also having this problem, especially since Vimeo has changed the structure of their direct-file video links to follow a format of `https://player.vimeo.com/...//.../720p`, without the `.mp4` extension they've previously used. I...
We are also seeing this crash in `v8.6.5`, in our app. It is affecting our ability to update. ``` EXC_BREAKPOINT: 0 libswiftFoundation.dylib static Locale._unconditionallyBridgeFromObjectiveC(_:) 1 App specialized RNIapIos.getDiscountData(_:) (RNIapIos.swift:795:37) 2...
For visibility, the fix was reverted in PR https://github.com/dooboolab/react-native-iap/pull/1724
Unfortunately we haven't been able to deploy and verify this fix, as we've detected another crash after updating to 8.6.7 reported by @phillip-kic on https://github.com/dooboolab/react-native-iap/issues/1696
Also +1'ing this. As I understand this would be blocked by https://github.com/dooboolab/react-native-iap/issues/1403 ?
> > > As I understand it, this would not be blocked by migrating to StoreKit v2. > > > In the original implementation of StoreKit there is a field...
I'm really struggling to get snapshot tests working on react native so I would totally appreciate docs (or just any kind of information at all)
Thanks @tdimnet , I was almost there, just missing a `/native` in my import :)
I can see this has been dead a while, but a better solution @ayc92 and @nachoaIvarez might be to remove the import of react inside the `.d.ts` file, and use...
I'm not quite sure why so much work has happened on this. I understand the preference to want to generate typings by rewriting the whole project in typescript, or by...