Brian Frichette

Results 58 comments of Brian Frichette

FWIW, I have a very similar setup to yours, but do not use Expo and everything works. My `watchFolders` is a bit different, since I specify the root node_modules and...

I have this exact issue: `tslint -c tslint.json -t verbose src/**/*.{ts,tsx}` shows some errors on Mac. But later, in CI environment the rest of the errors show up. `echo src/**/*.{ts,tsx}`...

> @markushi I was also getting the same issue on 4.5.1 but it got resolved by disabling telemetry. Same.

Note, that, not wanting to refactor a bunch of stuff myself, I patched the types, and removed this issue the "easy" way, by using a dynamic `require`, and removing the...

> @zihejia this issue is not solved, v3 is still broken for users who use useNative=true without AsyncStorage Agreed. This isn't going to be fixed until they remove the IIFE...

The sourcemap option is indeed less detailed, and also not more accurate, in my experience. E.g. I separated out a lodash chunk to test it, and the build (and file...

It would be nice if `Paragraph` accepted `lineHeight` prop and also respected the props it says it should (like `color`). You can adjust the line height of the Paragraphs in...

This is an ongoing issue for us, and the most reported Sentry error we are currently seeing.

At the very least, it seems odd that the types for `Paragraph` imply that it has the same interface (where `ParagraphProps extends GroupProps`). If it's somehow special, it shouldn't accept...