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

Commit 65d1e33

Browse files
authored
Update README.md
1 parent 11e4642 commit 65d1e33

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

README.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,7 @@ Provides different react-native iOS, Android and JS API fixes/PRs.
44

55
- Text: Issue https://github.com/facebook/react-native/issues/39722
66

7-
## Set-up
8-
9-
In package.json
10-
11-
```diff
12-
"scripts": {
13-
+ "postinstall": "yarn patch"
14-
}
15-
```
16-
17-
Then
18-
19-
## npm
20-
21-
```sh
22-
npm install react-native-improved
23-
```
24-
25-
## yarn
26-
27-
```sh
28-
yarn add react-native-improved
29-
```
30-
31-
## Feature Requests
32-
33-
If you want to ask for additional features in this library, you can open an [issue](https://github.com/fabriziobertoglio1987/react-native-improved/issues). I follow-up with your request.
34-
35-
## Contributing
36-
37-
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
7+
The library is still Work In Progress.
388

399
## License
4010

0 commit comments

Comments
 (0)