You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ import Collapsible from 'react-native-collapsible';
26
26
|**`align`**| Alignment of the content when transitioning, can be `top`, `center` or `bottom`|`top`|
27
27
|**`collapsed`**| Whether to show the child components or not |`true`|
28
28
|**`collapsedHeight`**| Which height should the component collapse to |`0`|
29
+
|**`enablePointerEvents`**| Enable pointer events on collapsed view |`false`|
29
30
|**`duration`**| Duration of transition in milliseconds |`300`|
30
31
|**`easing`**| Function or function name from [`Easing`](https://github.com/facebook/react-native/blob/master/Libraries/Animated/src/Easing.js) (or [`tween-functions`](https://github.com/chenglou/tween-functions) if < RN 0.8). Collapsible will try to combine `Easing` functions for you if you name them like `tween-functions`. |`easeOutCubic`|
31
32
|**`style`**| Optional styling for the container ||
* Function or function name from Easing (or tween-functions if < RN 0.8). Collapsible will try to combine Easing functions for you if you name them like tween-functions
0 commit comments