Ross Miller
Ross Miller
- use PureComponent - extract inline styles - extract lambda function to reduce memory usage - remove Array.push(...) (so that arrays have exactly the size they need and don't need...
Add props for onPanResponderGrant, onPanResponderRelease, and onPanResponderTerminate. This is needed because I have `` inside of a ``. When the touch is active on the carousel I want to disable...
I set `useNativeDriver: true` on all Animated.timing(...) calls. And I had to change `left` to `translateX` and `top` to `translateY` in order to use the native driver. This fixes a...
The error is "Argument 1 (NSNumber) of UIManager.measureLayout must not be null". But the rest of the stack trace is useless. The error always occurs when I am opening a...
This issue appeared after upgrading to [email protected] and [email protected]". Somewhere in react or react-native they recently added automatic tracking for require cycles. So every time I run my application I...
**Describe the bug** There is (what looks to be) an anti-aliasing issue causing a sliver of the foreground color to be visible in places where it shouldn't be **To Reproduce**...