RealOrangeOne / react-native-mock

A fully mocked and test-friendly version of react native (maintainers wanted)
MIT License
571 stars 153 forks source link

Touchable mocks should respect `disabled` props #73

Open sbycrosz opened 8 years ago

sbycrosz commented 8 years ago

Should we have Touchable mocks to respect disabled props (i.e. not to call onPress callback when it has disabled props)? or is this outside the scope of this library?

RealOrangeOne commented 8 years ago

No, that's certainly something for this library. If you would like to open a PR on this it would be great!

sbycrosz commented 8 years ago

Alrighty, will do a PR sometime later