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

Commit 8a602f2

Browse files
committed
update readme
1 parent b5a1815 commit 8a602f2

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# react-native-improved
22

3+
4+
- **Supports only react-native 0.73**.
5+
- Support for other versions will be added in the future ([#18](https://github.com/fabOnReact/react-native-improved/issues/18)).
6+
37
Provides different react-native iOS, Android and JS API fixes/PRs.
48

59
- Text: PR https://github.com/facebook/react-native/pull/41770
610
- TextInput: PR https://github.com/facebook/react-native/pull/29070
7-
8-
**The library is still Work In Progress**.
11+
- Modal: PR https://github.com/facebook/react-native/pull/31498
912

1013
## Set-up
1114

@@ -31,6 +34,15 @@ npm install react-native-improved
3134
yarn add react-native-improved
3235
```
3336

37+
## Feature Requests
38+
39+
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 will follow-up with your request.
40+
41+
## Contributing
42+
43+
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
44+
45+
3446
## License
3547

3648
MIT

0 commit comments

Comments
 (0)