NotificationLegacy

NotificationLegacy is the notification bar, which can display three types of information: success, warning, and error.

Code demo

Warning

import { NotificationLegacy } from 'tuya-panel-kit'
<NotificationLegacy message="I am Notification" />

API

extends TouchableOpacityProps

tuya00:45