Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Add systemAppearanceChangedEvent to the application event list #1914

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/core-concepts/application-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ NativeScript applications have the following life cycle events.
+ `exit`: This event is raised when the application is about to exit.
+ `lowMemory`: This event is raised when the memory on the target device is low.
+ `uncaughtError`: This event is raised when an uncaught application error is present.
+ `systemAppearanceChangedEvent`: This event is raised when the theme has changed (light/dark)

{% nativescript %}
``` JavaScript
Expand Down