Skip to content

Commit

Permalink
1.5.1 #300
Browse files Browse the repository at this point in the history
  • Loading branch information
iRoachie authored Aug 2, 2019
2 parents 29a339b + f1377f1 commit afe267b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Accordion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface AccordionProps<T> {
/**
* A function that should return a renderable representing the footer
*/
renderFooter(
renderFooter?(
content: T,
index: number,
isActive: boolean,
Expand Down
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.5.0",
"version": "1.5.1",
"description": "Animated collapsible component for React Native using the Animated API. Good for accordions, toggles etc",
"keywords": [
"react-native",
Expand Down

0 comments on commit afe267b

Please sign in to comment.