Keith Gunn

Results 8 comments of Keith Gunn

@alexandrius I'm version 2.0.0 and that's what gave the error.

> Which component are you using as parent? Just a view with `flex:1, alignItems: 'center'

Following the guide here: https://dev-yakuza.github.io/en/react-native/react-native-animatable/ get the same Invariant Violation: `createAnimatedComponent` does not support stateless functional components; use a class component instead.

@dweber019 Yeah there's a few occasions where I really miss the option to do this, I've got around it for most things by creating specific package-scripts entries to cover the...

@ndelangen @ShMcK In the docs for having tests in external file, what are the pros/cons for doing this? I've tried to setup that way and I like it in that,...

Thanks I wasn't aware of that, the streaming test results to storybook sounds great and means they run in Node. Only recently moved over to Jest and I do like...

Hi @idok I had a global version of scss-lint installed at v 0.33.0. I also had a local version under node_modules installed in my project directory at v 0.34.0 Even...

I updated locally to do this and optionally remove the originals ``` var crypto = require('crypto'); var multimatch = require('multimatch'); var path = require('path'); var sourceMapUrl = require('source-map-url'); var KEY...