Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Jan 16, 2024
1 parent b20a41c commit be56ff1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# react-native-improved

Provides react-native components with different fixes (old architecture). The library patches the original react-native Android implementation of the Text component without building it from source. The following patches are applied:
Provides react-native components with different fixes (old architecture). The library patches the original react-native Android implementation of the Text component without building it from source.

- TextImproved includes fix for issue https://github.com/facebook/react-native/issues/39722
Use the `TextImproved` component instead of `Text` to apply the following patches:

- TextImproved: Issue https://github.com/facebook/react-native/issues/39722

## Set-up

Expand Down

0 comments on commit be56ff1

Please sign in to comment.