wswoodruff

Results 44 comments of wswoodruff

The only thing that works for me right now is this .babelrc file. I deleted my `rn-cli.config.js`! ``` { "presets": ["react-native"], "sourceMaps": true, "plugins": [ ["rewrite-require", { "aliases": { "constants":...

So any bossy flags will be stripped out if u grab args from `args._` — but here we're grabbing `options.argv` for `run` commands — https://github.com/hapipal/hpal/blob/master/lib/index.js#L23 Should we grab `args._` instead?...

Left off attempting to write tests for the `--color` and `--no-color` flags by trying to see how we can prove color is or isn't there. So I was looking at...

Tested this out locally, the setting is handled correctly by the `supports-color` package but bossy tracks those flags as arguments; should we explicitly strip those out of args?

Got a proposal for this here #46

@reedog117 That command does require access to the hapipal boilerplate repo https://github.com/hapipal/boilerplate -- it clones the latest version on the `pal` branch into the given foldername

No idea what the issue is — I just tried and failed similarly with Node v10 as it mentions on the README

@desandro I'm interested in this please!

What I'm really interested in is having v1-like predictable reordering with ability for variable-height elements, all same width. Is that possible?

Yup, I'm also experiencing this issue. I left details for my setup in this comment on a related thread https://github.com/apache/cordova-ios/issues/417#issuecomment-767149076