Skip to content

Commit

Permalink
fix: #59 seeMoreContainerStyleSecondary is optional (#60)
Browse files Browse the repository at this point in the history
* fix: #59 seeMoreContainerStyleSecondary is optional

* bump version to 2.3.5
  • Loading branch information
mlecoq authored Mar 30, 2022
1 parent 12f0207 commit 8cbed2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface ReadMoreProps extends TextProps {
seeMoreOverlapCount?: number;
debounceSeeMoreCalc?: number;
onReady?: () => void;
seeMoreContainerStyleSecondary: StyleProp<ViewStyle>;
seeMoreContainerStyleSecondary?: StyleProp<ViewStyle>;
}
declare const ReadMore: React.FC<ReadMoreProps>;
export default ReadMore;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fawazahmed/react-native-read-more",
"version": "2.3.4",
"version": "2.3.5",
"description": "A simple react native library to show large blocks of text in a condensed manner with the ability to collapse and expand.",
"main": "dist/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 8cbed2e

Please sign in to comment.