elie-chaaban / react-native-collapsible-container

An expandable View element implemented using react-native-collapsible
MIT License
0 stars 0 forks source link

Clickable Child Elemenet in container #1

Open burhanahmed92 opened 3 years ago

burhanahmed92 commented 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>
elie-chaaban commented 3 years ago

Hello,

I always put buttons in it! Can you try and put the button in a view?