From 2606eb226e4f86811cf25d0125e383f7de9d5049 Mon Sep 17 00:00:00 2001 From: Mohamed Abdel Nasser Date: Thu, 5 Mar 2020 04:35:33 +0200 Subject: [PATCH] Update 'AppState' with 'memoryWarning' event --- docs/appstate.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/appstate.md b/docs/appstate.md index 814fa556a49..c67f6334bca 100644 --- a/docs/appstate.md +++ b/docs/appstate.md @@ -136,6 +136,10 @@ This example will only ever appear to say "Current state is: active" because the This event is received when the app state has changed. The listener is called with one of [the current app state values](appstate#app-states). +### `memoryWarning` + +This event is used in the need of throwing memory warning or releasing it. + ### `focus` [Android only] Received when the app gains focus (the user is interacting with the app).