Results 44 comments of Jani Eväkallio

I updated the pull request to consider all release candidates as valid versions, because even with the peerDependencies modification the `-rc` postfix in the version number causes semver incompatibility. @t4t5...

Reverted the release candidate change, apparently in reality npm version checking does not work identically with the [semver checker](http://jubianchi.github.io/semver-check/) I used. Can't think of a great way to allowing the...

It looks like we will need to provide a wrapper class for TouchableWithoutFeedback and TouchableHighlight which implements `setNativeProps` and forwards that to the child Touchable. See example here: https://facebook.github.io/react-native/docs/direct-manipulation.html#forward-setnativeprops-to-a-child I'll...

@federico-bohn thanks for the PR! I get the intention behind the `getComponentRef`, but could you explain what you mean by "Add support for experimental components"?

@ruiaraujo thanks for taking interest in this library! I've been planning on replacing react-native-orientation-listener with the better maintained [react-native-orientation](https://github.com/yamill/react-native-orientation) module. You could check if the other module works better. If...

@ruiaraujo what are the changes that were needed in the native library? If they were something that could benefit other users of `react-native-orientation`, it would be great if you could...

@ruiaraujo can you open a PR against `react-native-orientation` anyway, let's see if we can get it moving

Thanks! I'm trying to contact the react-native-orientation maintainer to get this moving forward.

@ruiaraujo I've got the commit bit to react-native-orientation now. There's rich irony in that I'm way too busy right now to land large changes to an unfamiliar codebase, but I...

@jordyvandomselaar both. I think the former is more likely since it's rare people work in detached repositories. I'm not sure how to get the remote from which commits were previously...