binggg / mrn

Material React Native (MRN) - A Material Design style React Native component library.
http://mrn.js.org
1.73k stars 109 forks source link

List onPress replaces scroll in a ListView #4

Closed mrcasals closed 8 years ago

mrcasals commented 8 years ago

When using the List component as the row component of a ListView, scroll is overwritten by the onPress event, so I cannot scroll properly. This is a screenshot of the emulator in the docs:

If the onPress event replaces the view, the scroll automatically replaces the view, so scroll is not possible.

binggg commented 8 years ago

It's a bug. I will fix it later.