Michael Ford

Results 32 comments of Michael Ford

Yep - just experienced this after running a `pod update` whilst installing something unrelated.

Just encountered this - my quick fix was to include the following at the top of each test file: ``` import {expect} from 'detox'; ``` Not ideal - but it...

Also just encountered this - any component using `section` has it's styles overridden

I've had to drop back to writing the migrations by hand. The migration generator drops and adds columns and constraints willy nilly. It's a nice idea but I suspect the...

The combination of this issue + lack of fast reloading support + random warnings about duplicate ids has rendered storybook pretty much useless on react native for us - for...

> @mtford90, what exactly are you trying to achieve with this comment? @Gongreg it wasn't meant as a personal attack - apologies if it came across that way. As far...

@RWOverdijk always best to test on real devices - I've found in the past that pairing simulators is extremely flaky - this is noted in the troubleshooting section of the...

+1 for a simple way to apply inline pseudo styles

@wenkesj having experienced this error myself, i tried @richardgill's fork but it doesn't look he's committed anything to that repo ;)

It's been a while since i've dealt with Expo but certainly looks like something we should support. Not sure when I'll be able to look into this myself but it...