0.1.0 • Published 4 years ago

react-native-homekit v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-native-homekit (WIP)

https://developer.apple.com/documentation/homekit?language=objc

Installation

npm install react-native-homekit

Usage

import Homekit from "react-native-homekit";

// ...

const result = await Homekit.addHome("Nazir's Home");

const result = await Homekit.removeHome("Nazir's Home");

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT