Lukas Kurucz

Results 7 issues of Lukas Kurucz

Hey, I got some ideas, to improve my workflow with Reactotron at work. So I added separate network tab (heavily inspired by chrome dev tools) to make work with API...

![](https://sk-assets.s3.amazonaws.com/online-branding-manual/01-logotypes/smartkarma-primary-logo-full-colour-1000px.png) > [Smartkarma](https://www.smartkarma.com) is a Singapore-HQed fintech,with 4 global offices, and a kickass team trying to change the world of investment research. Join a worldclass tech team, and take on...

I saw the plugin schema have a `deprecated: string` property (from NPM). But not very clear on how is this used for Flipper plugins. I think would be good to...

## Steps To Reproduce 1. Try to set `skewX` for View component: `transforms: [{ skewX: '45deg' }}` 3. Doesn't change the skew of View on Android (works on iOS) ###...

Platform: Android
Bug

Can skip Watch button for qualifiers, since they are never streamed. Maybe could link to live results page instead.

enhancement

- remove the mention of `useEffect` and `componentDidMount` from doc about `autoFocus`. - the underlying Implementation was changed from JS to Native - [iOS PR](https://github.com/facebook/react-native/pull/27803), [Android PR](https://github.com/facebook/react-native/pull/27924), [JS Removal PR](https://github.com/facebook/react-native/pull/27923)

CLA Signed

Previous code was using strict equality on d3ScaleBand, but that would break when using different versions of d3-scale library. So I move out of the strict equality for object ===...