react-native-ios-utilities
Version:
Utilities for react-native + iOS
41 lines (23 loc) • 1.56 kB
Markdown
# react-native-ios-utilities
This library is meant to be used as a dependency for other libraries — i.e. it is a way to share code between libraries, and prevent duplicated logic (specifically, this library contains iOS native code).
See [`CHANGELOG`](./CHANGELOG.md) for the release history, and the [version compatibility](#version-compatibility) table for reference.
<br><br>
## 🚧⚠️ Library + Documentation WIP 🚧⚠️
This library and its documentation is currently a ✨work-in-progress ✨
<br><br>
## Installation
```sh
npm install react-native-ios-utilities
```
<br><br>
## Version Compatibility
| Library Version | Child Libraries / Dependents |
| ----------------------------------------------------- | :----------------------------------------------------------- |
| `react-native-ios-utilities`<br/>**Version**: `4.3.x` | `react-native-ios-context-menu`<br/>**Version**: `2.4.x`<br/><br/>`react-native-text-input-wrapper`<br/>**Version**: `0.1.x`<br><br>`react-native-ios-adaptive-modal`<br/>**Version**: `0.6.x`<br> |
| `react-native-ios-utilities`<br>**Version**: `4.4.x` | `react-native-ios-context-menu`<br/>**Version**: `2.5.x`<br/><br/>`react-native-text-input-wrapper`<br/>**Version**: `0.1.x`<br/><br/>`react-native-ios-adaptive-modal`<br/>**Version**: `0.7.x`<br> |
<br><br>
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
<br><br>
## License
MIT