Skip to content

Commit

Permalink
Update TextBlock.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ShridharGoel authored Jun 12, 2024
1 parent fdfe029 commit 95643f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/TextBlock.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* TextBlock component splits a given text into individual words and displays
* each word within a Text component.
*/

import React, {memo, useMemo} from 'react';
import type {StyleProp, TextStyle} from 'react-native';
import Text from './Text';
Expand Down

0 comments on commit 95643f6

Please sign in to comment.