Note: This repository is inherited from the old Tuya Github repository, which will be deprecated soon. Please use this repository for Tuya SDK development instead. For changing the existing remote repository URL, please check this tutorial
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
See the demo in https://github.com/TuyaInc/tuyasmart-home-sdk-react-native
- 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.