Skip to content

nazrdogan/react-native-homekit

Repository files navigation

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