Skip to content

Commit

Permalink
Fix letters duplication with autocapitalize (#16)
Browse files Browse the repository at this point in the history
* apply [Android] Fix letters duplication when using autoCapitalize #29070

facebook/react-native#29070

* adding autocapitalize to example

* update readme

* update readme
  • Loading branch information
fabOnReact authored Jan 24, 2024
1 parent 1a0c18a commit 7ad2181
Show file tree
Hide file tree
Showing 3 changed files with 375 additions and 8 deletions.
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

0 comments on commit 7ad2181

Please sign in to comment.