brentvatne / stargrave-0

preserving my stars for vanity. former home of react-native-modal
389 stars 65 forks source link

Allow the Gesture Responder props to be set on the modal body #18

Closed rpastorelle closed 9 years ago

rpastorelle commented 9 years ago

This will allow you to create a PanResponder and set the responder methods via: <Modal {...this._panResponder.panHandlers}>...</Modal>. Internally, the responder methods are attached to the modal's "body" <View>

brentvatne commented 9 years ago

Nice idea, thanks!

brentvatne commented 9 years ago

Released in 0.3.2!

rpastorelle commented 9 years ago

:+1: