nandorojo / react-native-ios-utilities

WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Swift 73.3%Language:TypeScript 12.7%Language:Java 6.2%Language:Objective-C 3.9%Language:JavaScript 1.5%Language:Ruby 1.2%Language:Kotlin 1.2%Language:C 0.1%