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

Commit 7ad2181

Browse files
authored
Fix letters duplication with autocapitalize (#16)
* apply [Android] Fix letters duplication when using autoCapitalize #29070 facebook/react-native#29070 * adding autocapitalize to example * update readme * update readme
1 parent 1a0c18a commit 7ad2181

File tree

3 files changed

+375
-8
lines changed

3 files changed

+375
-8
lines changed

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,34 @@
22

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

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

7-
The library is still Work In Progress.
8+
**The library is still Work In Progress**.
9+
10+
## Set-up
11+
12+
In package.json
13+
14+
```diff
15+
"scripts": {
16+
+ "postinstall": "yarn patch"
17+
}
18+
```
19+
20+
Then
21+
22+
## npm
23+
24+
```sh
25+
npm install react-native-improved
26+
```
27+
28+
## yarn
29+
30+
```sh
31+
yarn add react-native-improved
32+
```
833

934
## License
1035

0 commit comments

Comments
 (0)