Roman Dubinin

Results 5 comments of Roman Dubinin

script `onload` is sometimes unreliable. We ended up just checking global (`window.firebase` or something) with `setInterval` until it became available and then pass it down a `Promise` to use. Even...

```js export default function waitForGlobal(name, timeout = 300) { return new Promise((resolve, reject) => { let waited = 0 function wait(interval) { setTimeout(() => { waited += interval // some...

can confirm, happens on iPhone 14Pro simulator and device, but weirdly not on iPhone14 simulator (no device at hand) ``` Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView bridge]:...

just merge it already :) everything works fine since public API isn't changed, but those yarn warnings...

As much as I love the idea and appreciate work was done, I obligated to say that without SASS/LESS/Stylus support it simple can not be integrated into real work process...