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

Long press toggles the state of the component permanently #9

Open bozzmob opened 8 years ago

bozzmob commented 8 years ago

Hi,

Firstly I would like to say that this is one of the awesome projects of React native I have come across and would like to be an active contributor and tester of it.

One very common issue I come across using the Demo APK is -

One long press of any component, it changes the state of the component to pressed or selected state. And when I try to tap on it to release the state, I see patches of square/rectangular shaped selections. Only an outside tap gets the component deselected.

Screenshots-

Screenshot 1: screenshot_2015-12-01-21-16-27

Screenshot 2: screenshot_2015-12-01-21-15-33

Screenshot 3: screenshot_2015-12-01-21-16-19

binggg commented 8 years ago

Thanks for your reporting.

Can you tell me which version of android you use.

bozzmob commented 8 years ago

Android 5.0.1. Saw it on 5.1 as well.

Ehesp commented 8 years ago

I can't get this to replicate on my emulator, but on the device (same spec as emulator) it happens.