notification(context) provides publish/subscribe notifications.
Usage
Import APIs from doric and use them inside a Panel or helper module.
import { Panel, Group } from "doric"; |
Notes
- APIs that call native capabilities usually require
this.context. - View components should be attached to a parent view.
- Platform-specific behavior depends on the runtime implementation.