Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 488 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 488 Bytes

react-native-homekit

Homekit

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