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

Fix letters duplication with autocapitalize #29070 #16

Merged
merged 4 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,34 @@

Provides different react-native iOS, Android and JS API fixes/PRs.

- Text: Issue https://github.com/facebook/react-native/issues/39722
- Text: PR https://github.com/facebook/react-native/pull/41770
- TextInput: PR https://github.com/facebook/react-native/pull/29070

The library is still Work In Progress.
**The library is still Work In Progress**.

## Set-up

In package.json

```diff
"scripts": {
+ "postinstall": "yarn patch"
}
```

Then

## npm

```sh
npm install react-native-improved
```

## yarn

```sh
yarn add react-native-improved
```

## License

Expand Down
Loading