diff --git a/docs/next/appstate.html b/docs/next/appstate.html index 133d95368b7..c2437e20185 100644 --- a/docs/next/appstate.html +++ b/docs/next/appstate.html @@ -212,6 +212,8 @@

Events

change

This event is received when the app state has changed. The listener is called with one of the current app state values.

+

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).

blur

@@ -231,7 +233,7 @@

currentState

AppState.currentState;
 
-
AppRegistry🚧 AsyncStorage