npm install react-native-homekit
import Homekit from "react-native-homekit";
// ...
const result = await Homekit.addHome("Nazir's Home");
const result = await Homekit.removeHome("Nazir's Home");
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT