-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to expand view in iOS #44
Comments
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 #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. |
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.
The text was updated successfully, but these errors were encountered: