Open burhanahmed92 opened 3 years ago
I added button in collapsible view but I tried to click the button it closes the container. Is this possible to only close when we click on title and inner elements touch works separately?
<CollapsibleView title="Simple Collapsible View"> <Button onPress={() => console.log('Pressed!')}><Text>hey there!</Text></Button> </CollapsibleView>
Hello,
I always put buttons in it! Can you try and put the button in a view?
I added button in collapsible view but I tried to click the button it closes the container. Is this possible to only close when we click on title and inner elements touch works separately?