naoufal / react-native-accordion

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

[question] how to use with inverted scroll view #15

Closed mvayngrib closed 8 years ago

mvayngrib commented 8 years ago

i have a component with an inverted scroll view and i'm using your accordion implementation there, but I find that because it's inverted, the accordion opens upwards instead of downwards, which is very unintuitive for the eye. Obviously this isn't your component's problem, but I was wondering if you've already solved this in any of your projects using scrollTo or otherwise. Thanks!

naoufal commented 8 years ago

Hey @mvayngrib, I've never toyed around with inverted views, but If you can add a code snippet to set that up I'd gladly take a look.

naoufal commented 8 years ago

Closing this while waiting for a code snippet.