react-native-accordion icon indicating copy to clipboard operation
react-native-accordion copied to clipboard

Unable to expand view in iOS

Open jagadishcc opened this issue 8 years ago • 6 comments

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.

jagadishcc avatar Nov 07 '16 12:11 jagadishcc

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

doublethug avatar Nov 07 '16 12:11 doublethug

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

jagadishcc avatar Nov 08 '16 06:11 jagadishcc

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

huyta avatar Nov 11 '16 12:11 huyta

is there any fix for this issue?

rajnikantsethiya avatar Jan 23 '17 09:01 rajnikantsethiya

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

dayhaysoos avatar Jan 26 '17 15:01 dayhaysoos

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.

johnhaup avatar Dec 13 '17 17:12 johnhaup