/react-native-tuya-lock

React Native bindings for the Tuya lock SDK

Primary LanguageRubyMIT LicenseMIT

react-native-tuya-lock

React Native bindings for the Tuya lock SDK

Installation

npm install react-native-tuya-lock

Usage

import { multiply } from 'react-native-tuya-lock';

// ...

const result = await multiply(3, 7);

Contributing

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

License

MIT


Made with create-react-native-library