Ken Gorab
Ken Gorab
Changing the `.editor.mini` to `height: auto` seems to fix the editor issues for me. Before  After 
Yeah, I ended up rolling my own, unfortunately. Sorry, I know that's not very helpful to you
I've got a pull request [here](https://github.com/DefinitelyTyped/tsd/pull/228) that fixes this, and also other flag options, which were not being handled correctly. After my changes, `tsd install --save lodash` and `tsd install...
I began work on this, but it turned out to be incredibly complex. The initial work is on this branch: `major-refactor-to-match-expressions`. Maybe I'll revisit it some day
This was partially resolved by #146. I think it will be a _while_ before proper type inference becomes a thing...
So after some investigation, I've found that following the [Android installation steps](https://github.com/oblador/react-native-vector-icons#android) from the [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) lib actually fixes this issue. The only change I had to add to my project...
Here's a thought on how this could be done (this is similar to how I tested my change in #12). - Create a simple http crud service and deploy it...