daveols
daveols
@dospringer this is still a problem for me. #781 looks like it was closed without a resolution as an incomplete solution.
I had to update the target version to `10.0` both in XCode and the Podfile to get it to build properly. I think the underlying SDK has increased its minimum...
Hey @schickling, @maticzav, Has there been any progress with this one? I've encountered a similar issue with a project I'm working on. It'd be super useful for us GraphQLNoobs to...
I found a solution to this, there are a couple of options. The first is more flexible, allowing you to get dynamic or filtered results for your resolvers. The second...
I considered that approach too @nickluger. It is beneficial in terms of being a more accurate representation to the client via introspection. My thoughts on the potential downsides: - You...
Thanks @mheine, I'll give that a try when I have some spare time and get back to you. FWIW it's none of the above -- they're direct links to streamable...
This is now fixed by https://github.com/stripe/stripe-react-native/pull/931 in version `0.9.0` of the React Native Stripe implementation. All we need now is a new release of `flutter_stripe` synced to this new version...
I've posted a PR just for this fix: https://github.com/flutter-stripe/flutter_stripe/pull/714 If you're impatient you can reference my fork, I'll leave it up for a few weeks: ```yaml dependency_overrides: stripe_android: git: url:...
I've tested `focusOnLayout` with React Native 0.55.4 and Android API 27. It's working as expected. In which versions are you seeing this?
This is because the screen height and width used by styles isn't currently updated on render. Feel free to open a PR!