https://github.com/tuya/tuya-home-sdk-react-native
https://github.com/tuya/tuya-home-sdk-react-native
tuya
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuya/tuya-home-sdk-react-native
- Owner: tuya
- License: mit
- Created: 2020-12-17T02:04:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T03:30:00.000Z (over 4 years ago)
- Last Synced: 2025-04-06T21:22:19.231Z (about 1 year ago)
- Topics: tuya
- Language: JavaScript
- Homepage:
- Size: 94 MB
- Stars: 7
- Watchers: 14
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
>**Note**: This repository is deprecated. Tuya developer team will not maintain it.
# tuyasmart-home-sdk-react-native

## Features
Tuya Smart App SDK provides the interface package for the communication with hardware and Tuya Cloud to accelerate the application development process, including the following features:
- Hardware functions (network configuration, control, status reporting, regular tasks, groups, firmware upgrades, sharing)
- Account system (phone number, email registration, login, password reset, and other general account functions)
- Tuya Cloud HTTP API interface package
## Examples
See the demo in [tuyasmart-home-sdk-react-native](https://github.com/TuyaInc/tuyasmart-home-sdk-react-native).
## Constant File
Many constants are required to fill in before using App SDK.
```
const appKey=""
const appSecret=""
//login Account
const countryCode=""
const userName=""
const password=""
```
> **Note:** This project is still in the process of debugging and some of the functions are not stable.