Skip to content

Commit

Permalink
1.0.1 #244
Browse files Browse the repository at this point in the history
  • Loading branch information
iRoachie authored Sep 28, 2018
2 parents 2e2e43d + f0bed4c commit 3392a03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ export interface CollapsibleProps {
* Optional styling for the container
*/
style?: StyleProp<ViewStyle>;

/**
* Function called when the animation finished
*/
onAnimationEnd?: () => void;
}

export default class Collapsible extends React.Component<CollapsibleProps> {}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-collapsible",
"version": "1.0.0",
"version": "1.0.1",
"description": "Animated collapsible component for React Native using the Animated API. Good for accordions, toggles etc",
"main": "Collapsible.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 3392a03

Please sign in to comment.