Dakuan

Results 23 comments of Dakuan

I got mine playing nicely like this: ``` const useIsPageTransitioning = () => { const [isTransitioning, setIsTransitioning] = React.useState(true); React.useEffect(() => { const interaction = InteractionManager.runAfterInteractions(() => { setIsTransitioning(false); });...

still a thing - im trying to merge coverage reports from parallel test runs on circleCI but the merged reports are missing some coverage

We are still seeing this intermittently even with `redlock.using`

we worked around this by updating a key, thereby forcing a re-mount: ``` export const DragNDropPhoto = ({ onSelectFile, disabled, height, }: Props): JSX.Element => { const key = useRef(0);...

We are also bumping into this. I guess a dep has changed, worked before clearing `node_modules`

@danbucholtz @fustic I've managed to get proxyquire to work with es6 modules, bit messy though: ``` javascript const subject = proxyquire("../../../../../src/server/data/util/cacheMoney", { "../../infrastructure/redis": { "default": { __esModule: true, get: ()...

this is lots of fun with 100mb pro photos

works straight away on ios, fails on android: https://github.com/react-native-share/react-native-share/issues/1240 looks like a config plugin is needed