brentvatne / stargrave-0

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

Allow event pass-through on modal body container #17

Closed premasagar closed 9 years ago

premasagar commented 9 years ago

This adds the prop containerPointerEvents (string), which is used to set the pointerEvents property of the modal body container. The default is auto. Setting it to box-none, for example, allows event pass-through, which is useful when setting a custom style, with the modal body transparent.

brentvatne commented 9 years ago

Awesome, looks great, thanks @premasagar!

brentvatne commented 9 years ago

@premasagar - published in 0.2.15