Skip to content

Commit

Permalink
fix(text-props): 💄 added code example
Browse files Browse the repository at this point in the history
  • Loading branch information
BLOCKMATERIAL committed Oct 27, 2023
1 parent bcc1794 commit 5964c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const App = () => {
start={{ x: 0.5, y: 0 }}
end={{ x: 1, y: 1 }}
textStyle={{ fontSize: 40 }}
textProps={{allowFontScaling: true}} // Optional
/>
</View>
);
Expand Down

0 comments on commit 5964c69

Please sign in to comment.