From 0200143fb9c2abcb4e67a7d85e0c5da78cfd5a80 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 5 Mar 2020 11:50:15 +0000 Subject: [PATCH] Deploy website Deploy website version based on ae46c64cbef88cf978587e434c7a228f856f26a4 --- docs/next/appstate.html | 4 +++- docs/next/appstate/index.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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