Tuya.com
English
简体中文
Register
Developer Platform
Docs
Docs Space
Platform
TuyaOS
Smart App SDK
Cloud Development
MiniApp
Cube
Go to Docs Center
Explore
Popular Activity!|IoT Cloud Booster
Build end-to-end business solutions for IoT brands
Community
Tools
Wind IDE
Tuya MiniApp IDE
Module Debugging Assistant
Demo Board
Learning
MiniApp Codelabs
Demo Centre
Service Providers
English
简体中文
Register
Developer Platform
Docs
Platform
TuyaOS
Smart App SDK
Cloud Development
MiniApp
Cube
Go to Docs Center
Community
Tools
Wind IDE
Tuya MiniApp IDE
Module Debugging Assistant
Demo Board
Learning
MiniApp Codelabs
Demo Centre
Service Providers
Language
English
English
简体中文
Contact Us
Register
Log In
Go to main website
Tuya Developer Platform
search
Search By Document Directory
arrDown
Overview
Quick Start
arrDown
Product Development
arrDown
App Development
arrDown
MiniApp Development
arrDown
Device Panel
Manage Panel Development
arrDown
Panel MiniApp
arrDown
All-in-one Panels
arrDown
UI Studio
arrDown
Panel SDKs(React Native Panel)
Upgrade Announcement
arrDown
Quick Start
arrDown
Scaffold Templates
arrDown
API
arrDown
Page Components
arrDown
[Obsolete] Components
Extension Panel SDKs
Animation Components
Third-Party Libraries
arrDown
Multilingual Settings
Q&A
arrDown
Cloud Development
arrDown
SaaS Development
arrDown
Data Services
arrDown
Product Solutions
arrDown
Operation Management
arrDown
Smart Industries
arrDown
Manufacturing
API Reference
SDK Reference
Downloads
arrDown
Service & Support
arrDown
Legacy Topics
Tuya Developer Platform
MiniApp Development
Device Panel
Panel SDKs(React Native Panel)
Q&A
Q&A
Last Updated on:
2024-06-21 08:29:39
This page contains content
default
How to hide the bottom TabBar of the Tab component?
Using the Notification component, when setting enableClose = false & autoCloseTime, the icon and text cannot be aligned.
App Version and appRnVersion
Panel SDK development, how to install the RN debugging app on iOS mobile phones?
Why do errors or unreadable codes appear on the panel after raw data is reported during initialization?
How can I call the panel SDK API?
How does the configuration of multiple languages perform in terms of priority on the platform when developing using the panel SDK?
What is the panel SDK(RN Panel)? How to create a panel SDK(RN Panel)?
What are the compilers used for panel SDK(RN Panel) development? Which one is recommended?
How do I call the common API in the panel SDK(RN Panel)?
What can I do if redirection to a page component provided by the panel SDK(RN Panel) in local testing fails or encounters an error after I call it?
What to do when executing `npm install -g yarn` error: access denied?
tuya-panel-kit-cli package ./windows package reports please update to the latest version to continue !!!, still unable to package according to the prompt
Where can I download the demo file package of the camera panel SDK?
What should I do when debugging an app with RN, and components like Modal or Popup stutter in some cases?
According to the SDK documentation, the demo project has been run. How can I view the page layout of the "custom SDK" through the browser to facilitate modification and adjustment of the page?
I can't find this RN APP on Tuya Smart. Is Tuya Panel-RN App a separate App?
I imitated the listening demo to write a data point data listener, but when there is data reported, the listening function is not executed.
Regarding the TYDevice.putDeviceData(data); method in the documentation /** * @desc Issue dp point (core method of interaction with the hardware side) * @param {Object} data - dp point data */ TYDevice.putDeviceData(data); What is the structure of the data inside?
I want to jump to the cloud timing interface in the Popup.custom component (using the TYNative.gotoDpAlarm() method), but it cannot jump on the iOS system and does not report any errors. What is the cause of this problem and how to solve it?
The UI panel needs an English version of the weather, but the weather service interface returns Chinese data? How to return English?
What to do if npm install -g yarn reports an error and refuses access?
After the app side uses this.props.dispatch(updateDp({'key': value})) to send instructions, the BLE device side does not respond, but the output information viewed through ConsoleLayout has a response message. How to deal with this?
The panel SDK generates three UI packages. In addition to the corresponding Android and iOS packages, what is the use of the other UI package?
Can the panel SDK development use other component libraries, or can it only use the components provided by Tuya and the native components of RN?
Do the UI packages uploaded by the panel SDK need to be in multiple languages at the same time?
Does the device control UI for panel SDK development have any requirement on the OS version of the mobile phone?
In SDK panel development, will I be notified when functions are updated or the functions become invalid due to parameter change?
What can I do if the panel is unable to run or package?
Why can't I load local bundles?
Failed to install command line tools,Error: EACCES: permission denied, mkdir
How to DIY a UI panel(device control panel)?
When starting the project to execute yarn start, the operation fails with an error prompt: Invalid regular expression: /(node_moudles[\\\]react[\\\]dist[\\\].*|website\\node_modules\\.*|heapCapture\\bundle\.js|.*\\__tests__\\.*)$/: Unterminated character class.
How can I get the records of a DP reported by hardware to the Tuya server during app UI design?
What is UI BizBundle SDK for iOS/Android ? How to use Tuya iOS/Android BizBundle for development ?
How to use of bitmap
Why is only English displayed in the app installed on an Android smartphone after other languages are set using i18n, a language customization code, in the panel SDK?
Does Tuya provide a demo panel SDK? Where can I download it?
Which environment is used for the panel SDK?
Why the panel development error prompt:Failed to execute 'importScripts' on 'WorkerGlobalScope'?
The font is cut off on some Android phones
Does the height of a custom popup window have to be set? Can't the height be adjusted based on the content?
What is the difference between the npm installation of Tuya command line tool (CLI) in the Panel SDK documentation and the nvm built in the environment? First install nvm or npm install Tuya Toolkit?