Felipe Lima

Results 107 comments of Felipe Lima

Same issue on MacOS, vscode 1.30.1, extension version 0.4.2

Reopening since round-trip redirection (via HTTP 302) is still not supported

Doesn't look like carbon is not mobile friendly (see https://github.com/dawnlabs/carbon/issues/506), so for now just working around the horizontal scrollbars

@hotchemi check out the library https://github.com/airbnb/react-native-maps, it integrates Google Maps with React Native using Google Play Services

Wow excellent discussion, guys. Just learned a bunch of stuff! 😄

@AAverin on the Airbnb app specifically, we've been avoiding building scrolling-intensive UI with React Native exactly because of that problem (lack of view recycling). AFAIK there is no easy solution...

> Does RN provide any means for unit-testing javascript code? Can we use jsUnit? Are there any mocking libraries or testing utilities? maybe something typescript can offer? You can test...

I can reproduce this issue. I get random failures on rspec with `Timecop.freeze` due to inconsistent time comparison results. If I freeze twice (literally just call `Timecop.freeze` twice with the...