1.0.0 • Published 14 days ago

tuya-react-native-sdk v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
14 days ago

tuyasmart-home-sdk-react-native

npm.io

Feature Overview

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 https://github.com/TuyaInc/tuyasmart-home-sdk-react-native

3.TIPS

  • in App/constant File
const appKey=""
const appSecret=""

//login Account
const countryCode=""
const userName=""
const password=""


There are many constants that are applied to App to fill in before it starts.

4.At present, the project is still in the process of perfection, and there are still some problems.