react-native-accordion
react-native-accordion copied to clipboard
Unable to expand view in iOS
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.
Any ideas how it could be fixed? Having the same problem(((
Content height always shows 0. I think content is not rendering in iOS. Please look into this.
Maybe this will help https://github.com/naoufal/react-native-accordion/issues/41
is there any fix for this issue?
@rajnikantsethiya I just fixed this by upgrading React Native and applying the fix that @huyta provided
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.