8000 GitHub - dominicstop/react-native-ios-utilities at v4.2.x
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dominicstop/react-native-ios-utilities

 
 

Repository files navigation

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

About

WIP

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 8

0