naoufal / react-native-accordion

An Accordion Component for React Native
https://www.npmjs.com/package/react-native-accordion
437 stars 101 forks source link

Android overflow:hidden can not change, how to solute it? #12

Closed hufeng closed 8 years ago

naoufal commented 8 years ago

Not sure I follow. Can you give a little more detail on what you're trying to achieve?

naoufal commented 8 years ago

@hufeng Closing issue. Will reopen if you can provide more info.

hufeng commented 8 years ago

@naoufal thank you.

when this.setState({height: 0}} .

on Android, it still display. because React-Native android overflow default value is hidden

how to support on android?