It load the list, When taps on it, it does not expand in iOS on RN 0.39. I am using Xcode 8 and iOS 10 simulator to test it.And your example code has the same problem.
Same problem on Android,
I found some suggestion in https://github.com/oblador/react-native-collapsible/issues/51, this has been an issue since 0.36.0, there is apparently a fix that needs to be made by react-native which was expected to be in 0.39, but has not yet been released.
I am starting to wonder if we need to look at refactoring the code to remove this blocker as it also looks like it is still in 0.40 and with RN moving to monthly releases it seems unlikely to get fixed in the near term
Hello, Is there any solution for this problem , it is not expanding in iOS..Please help
@rajnikantsethiya It should work if you use react-native master
I'm also facing this issue. If i set collapsed={false}, i can see my renderContent, which in my case is a FlatList.
@alxvallejo Is this issue still happening?
Closing this as inactive as there's been no activity for over 30 days. If the problem re-occurs on the latest version of react-native-collapsible then ping me to reopen or create a new issue.
@iRoachie This is still an issue using RN @0.50.4 and react-native-collapsible @0.13.0
Please open a new issue.
Most helpful comment
I am starting to wonder if we need to look at refactoring the code to remove this blocker as it also looks like it is still in 0.40 and with RN moving to monthly releases it seems unlikely to get fixed in the near term