naoufal / react-native-accordion

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

Unable to expand view in iOS #44

Open jagadishcc opened 7 years ago

jagadishcc commented 7 years ago

Your sample code works well in Android. But, It does not work in iOS. It load the list, When taps on it, it does not expand in iOS. I am using Xcode 8 and iOS 10 simulator to test it.

doublethug commented 7 years ago

Any ideas how it could be fixed? Having the same problem(((

jagadishcc commented 7 years ago

Content height always shows 0. I think content is not rendering in iOS. Please look into this.

huyta commented 7 years ago

Maybe this will help https://github.com/naoufal/react-native-accordion/issues/41

rajnikantsethiya commented 7 years ago

is there any fix for this issue?

dayhaysoos commented 7 years ago

@rajnikantsethiya I just fixed this by upgrading React Native and applying the fix that @huyta provided

johnhaup commented 6 years ago

For anyone still having this issue, I switched to the Accordion from the React-Native-Collapsible library. There was minimal code change from the code I had written with this library and I had no issues on Android iOS.