Jake Howard
Jake Howard
@sibeliusseraphini Yes, this occurs when node tries to require an image as JS. See #11 for more discussions
Looking at that stack trace, it probably is a `react-native-mock` bug. However it's very difficult to tell what the issue is with just that stack trace. Can you try and...
Hmm, interesting. I'd never considered people wanting to use `react-native-mock` with `jest`, but i guess it should work. But yes please try and narrow down exactly why it happens. It's...
I try to update the dependancies as soon as react-native is updated. Regarding APIs. It's whenever enough PRs have been submitted that I deploy a release. Master can always be...
I think one of the best ideas would be to find a way to make travis deploy to npm under `react-native-mock@next`?
Personally i'm not really too bothered with older versions of `react-native`, whilst they're still doing this _highly_ active development process, it's fine for people to just lock the version, seeing...
I have been looking into it, and it looks like we will be able to sort out a `react-native-mock@unstable` for bleeding-edge updates! Stay tuned!
I havent done any work on it, no. But I plan to implement a dist-tag that can be used, and autodeployed by a CI.
@jnak can you provide more details on this so we can try to replicate and fix it
i believe passing a string to the refs prop was phased out recently in ReactJS, so react-native has probably followed. I think the problem is that a components ref handler...