leeeGreat / templateExample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tuya Panel Basic Template(React Native 0.59)

English | 简体中文

for docs, please visit tuya docs

for users outside Chinese mainland, please remove .npmrc file.

Download manually

$ curl https://codeload.github.com/tuya/tuya-panel-demo/tar.gz/master | tar -xz --strip=2 tuya-panel-demo-master/examples/basic-ts-0.59
$ mv basic tuya-panel-basic-ts-0.59-example
$ cd tuya-panel-basic-ts-0.59-example

Introduction

The template project is the basic typescript template of react native version 0.59, which can start all Tuya products and be used to debug the DP points of the current product, in addition, it supports the following functions:

  1. Path Alias;
  2. React、Redux Hooks;

You can scan the following QR code through the Tuya app to preview.

Basic-0.59

Running

$ npm install && npm run start
# or
$ yarn && yarn start

License

Copyright © 2020

About


Languages

Language:JavaScript 100.0%