Skip to content

Commit

Permalink
Inline default values, update version, update readme (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
fawaz-ahmed authored Jun 12, 2024
1 parent fedfa87 commit 351b4e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

#### If it helps, do :star: it, appreciate all the support!
#### Sponsor my work on [lfx crowdfunding](https://crowdfunding.lfx.linuxfoundation.org/projects/react-native-read-more) or [Tidelift](https://tidelift.com/funding/github/npm/@fawazahmed/react-native-read-more).
#### For any react-native support, reach out on email (allow 24hrs to respond)
```
fawaz_ahmed@live.com
```

# react-native-read-more
React native library to show text in a condensed way and expand when needed. Can be used with native or expo on all platforms. Supports TS/JS both. It's a pure JS solution and does not requires any native dependencies.
Expand Down
1 change: 1 addition & 0 deletions example/src/ReadMore.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ const styles = StyleSheet.create({
container: {
width: '100%',
overflow: 'hidden',
position: 'relative',
},
hiddenTextAbsolute: {
position: 'absolute',
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": "@fawazahmed/react-native-read-more",
"version": "3.0.3",
"version": "3.0.4",
"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 351b4e4

Please sign in to comment.