John Harding

Results 10 comments of John Harding

The issue for me was that `requiredBillingAddressFields` in `options` was set to `zip`. Stripe version 21.3.1 and above (maybe earlier versions too) changed `zip` to `postalCode`. However `tipsi-stripe` throws an...

The solution @ansonhoyt provided does not work if you need the icon and text inline with text coming before it, and if all of the text needs to wrap normally...

I'm facing this sometimes in emulator. It's still there for me, just no border on initial render. When I press it, it appears.

@eharaj1 did you ever find a solution for this? I'm facing this as well.

> Also having this problem here: > > ](http://www.w3.org/2005/08/addressing%22%3E)********U0NuIDIt9A/sIJqVNHAzDTihhSw=62rBhce3TXwF4bJ7NzKbHA==2023-10-16T00:18:29.079Z](http://www.w3.org/2001/XMLSchema%22%3E) Connection Failed for **************** Port: 80 Username: ******* Password: *********** Error: ONVIF SOAP Fault: Wsse authorized time check failed. at /home/ng/test/node_modules/onvif/lib/utils.js:101:13...

Use this instead. It was created by someone having the same issue. https://www.npmjs.com/package/webpack2-externals-plugin

Thanks @0xnm. Your mention of `DdSdkReactNative.initialize` made me realize that `DdRumReactNavigationTracking.startTrackingViews()` may have been running before the `initialize` had completed. Waiting for that promise to finish fixed the issue. I'm...

@0xnm so actually I'm still having issues. `DdSdkReactNative.initialize(config)` is returning `null is not an object (evaluating '_foundation.DdSdk.initialize')`. Didn't catch this earlier because it was in a `try/catch` statement with no...

@0xnm yep I see `"packageInstance": "new DdSdkReactNativePackage()"`. I call initialize in the constructor of the class that holds the entire app. I wouldn't think that's the issue though, as it...