Mike

Results 56 issues of Mike
trafficstars

It'd be quite cool to show users how they can profit from `app.param`. ``` js app.param('message_id', function(req, res, next, messageId) { req.computedHash = require('crypto') .createHash('sha1') .update(new Date().toDateString() + messageId) .digest('hex')...

Hey, Together with the CLI team, we have been discussing the next steps as far as the development. The overall conclusion was that before we start discussing about the feature,...

We were chatting today that it would be great to do Ken Wheeler like webpack-dashboard but for React Native, showing you logs, network stuff, performance (frames per second, CPU, etc)....

enhancement
help wanted

Would be handy to have it out-of-the-box with `api-defaults` config. What you think?

There is different in/out transition on Android (and the spec). We need to update our animation API to support such case.

With our version of bindings being released as `rebolt`, this package will start depending on exclusive features provided as well. Rename the project to `rebolt-navigation` to also stop confusion with...

enhancement

Implement iOS 11 header style (hide it under an option on screen -> `large: true`)

enhancement

Ideally, we want this library to support pure Javascript React Native applications. I know that @knowbody did some research on that topic, so going to leave the details of this...

enhancement
discussion

What to test and how

enhancement
help wanted
good first issue