JerryShen
JerryShen
Nothing really. Just not sure if it's a needed feature for this library though. What do you think? Is it a must-have feature?
I'd like to know as well.
What is the order of `connect` and `hardwareBackPress`?
https://github.com/reactjs/react-redux/issues/475 https://github.com/reactjs/react-redux/blob/master/docs/api.md#arguments-1 Try `connect(mapStateToProps, null, null, { withRef: true })` Looks like we should add `getWrappedInstance` to `this.refs.component` Maybe something like: ``` if (this.refs.component.handleHardwareBackPress) { backAndroid.onHardwareBackPress(this.refs.component.handleHardwareBackPress) } else if (this.refs.component.getWrappedInstance)...
I have the same issue. Other local commands work except for push and pull.
FYI, it's not working in WSL but working on Windows for me. I can still use push command on version 0.6.35.
Any consideration to upgrade node version in travis? 0.10 is kind of legacy. If not, I'll try to add Promise polyfill.
I've updated the README!