NativeScript / docs

The NativeScript Docs!
https://docs.nativescript.org/
12 stars 23 forks source link

Application lifecycle hooks #92

Open vallemar opened 1 year ago

vallemar commented 1 year ago

I think it would be nice to have a specific page about the application lifecycle, also the android and iOS part https://v7.docs.nativescript.org/core-concepts/application-lifecycle#use-application-events

vallemar commented 1 year ago

For more documentation, I have recently learned on discord that there are more events that are not documented in the documentation above. All the events there are: https://github.com/NativeScript/NativeScript/blob/main/packages/core/application/application-common.ts#L25

Ombuweb commented 1 year ago

@vallemar The application lifecycle events are documented in this PR.