Skip to content

Commit

Permalink
docs(text-props): 📝 added contributors sections and update documentat…
Browse files Browse the repository at this point in the history
…ion for two new props
  • Loading branch information
BLOCKMATERIAL committed Oct 31, 2023
1 parent f4f54cc commit 58fc6f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export default function App() {
tailTextStyle={styles.tailText}
numberOfLines={2}
enableShowLess={false}
textPropsChild={{allowFontScaling: false}}
textPropsRoot={{allowFontScaling: false}}
/>
</View>
);
Expand All @@ -76,6 +78,14 @@ export default function App() {
| enableOnPressToggle | boolean | No | true | Whether to enable on press toggle functionality |
| enableLayoutAnimation | boolean | No | true | Whether to enable layout animation |
| enableTailView | boolean | No | true | Whether to enable Tail View (See More & See Less) |
| textPropsRoot | [TextProps](https://reactnative.dev/docs/text-style-props#props) | No | Default Value | A property to apply native props to text.
| textPropsChild | [TextProps](https://reactnative.dev/docs/text-style-props#props) | No | Default Value | A property to apply native props to text.

## Contributors


- [<img src="https://github.com/BLOCKMATERIAL.png" width="30" height="30">](https://github.com/BLOCKMATERIAL) [MATERIALBLOCK](https://github.com/BLOCKMATERIAL)


## Contributing

Expand Down

0 comments on commit 58fc6f8

Please sign in to comment.