Samuel Susla
Samuel Susla
I've updated the codebase to swift 4. Version for Sharaku should be changed as well, what do you suggest? Let me know if there are anymore changes you would like...
During checkout, selecting PayPal as payment method and then entering email and password to PayPal form has no effect. Regardless of whether PayPal credentials are correct, user is returned to...
Add a text property to `OLAsset` so when the asset is used for photo book creation, the photo book has populated text next to the photo.
Paying using Apple Pay results in following crash https://gist.github.com/sammy-SC/e1ca6edc0e45789719140151d6e06f63 versions iOS-Print-SDK: 6.8.1 PayPal-iOS-SDK/Core: 2.18.0 Stripe: 10.1.0 When using `OLKitePrintSDKEnvironmentSandbox` everything works fine. However on `OLKitePrintSDKEnvironmentLive` it crashes during payment processing.
Expose Offscreen component via ref and prepend its instance variables with underscore to mark them as private.
Differential Revision: D46358021
Summary: changelog: [fix][ios] prevent unwanted border animation The problem: CALayer and its properties are animatable. If RN applies mutations inside an animation block, it will animate. In this particular example,...
Summary: changelog: [internal] Notification RCTContentDidAppearNotification was posted too early in RCTSurfaceHostingProxyRootView, which does not know when views are mounted. It was also posted if no views were mounted, leading to...