Package Exports
- react-native-ios-utilities
- react-native-ios-utilities/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-ios-utilities) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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),
🚧⚠️ Library + Documentation WIP 🚧⚠️
This library and its documentation is currently a ✨work-in-progress ✨
Installation
npm install react-native-ios-utilities
Usage
import IosUtilities from "react-native-ios-utilities";
// ...
const result = await IosUtilities.multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT