Skip to content

Commit

Permalink
Merge pull request #38 from iRoachie/next
Browse files Browse the repository at this point in the history
v3.6.2
  • Loading branch information
iRoachie authored Sep 5, 2018
2 parents 955305b + 9ba6cf3 commit 19408ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-material-tabs",
"version": "3.6.1",
"version": "3.6.2",
"description": "Material Design implementation of Tabs",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ interface TabsProps {
onChange(index: number): void;
}

export default class MaterialTabs extends React.Component<TabsProps, null> {}
export default class MaterialTabs extends React.Component<TabsProps> {}

0 comments on commit 19408ee

Please sign in to comment.