diff --git a/docs/core-concepts/application-lifecycle.md b/docs/core-concepts/application-lifecycle.md index 6739e4333..ec96c3806 100644 --- a/docs/core-concepts/application-lifecycle.md +++ b/docs/core-concepts/application-lifecycle.md @@ -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