Mike Diarmid

Results 130 comments of Mike Diarmid

@eladbs nice investigation there, would you be willing to send over a PR to correct the example in the docs? Thank you

This behavior comes from the cli prompting library - I'm not sure if it allows configuring the enter key behavior, if you have time to figure it out though I'd...

The shell is trying to resolve anything with $ in front of it as a variable before it even gets to Melos, so when it gets to Melos it's an...

Could we not use the existing style prop to pass this along - Incase other styles other than flex are wanted? Thoughts?

![jan 06 2016 19 13](https://cloud.githubusercontent.com/assets/5347038/12151939/9a0a4422-b4a9-11e5-8fc3-80939febee7b.gif) Badge animations done!

@bozzmob any updates on the grid view?

Looks like this issue can be closed since a MVP CLI version has been merged

Ah I see 😅 sorry

We've not got around to the docs for this, in the meantime there's an example implementation in the demo app, here: https://github.com/react-native-material-design/demo-app/blob/master/src/scenes/Navigation.js Feel free to PR some docs if you...

Hey `jetNode` is false when the debugger is not connected to the nodejs instance, it forces itself to debug by calling the native method called debug on android/ios. Can add...