diff --git a/docs/next/appstate.html b/docs/next/appstate.html index a72b0fc949f..541fd70d274 100644 --- a/docs/next/appstate.html +++ b/docs/next/appstate.html @@ -95,11 +95,12 @@

-

If you don't want to see the AppState update from active to inactive on iOS you can remove the state variable and use the appState.current value.

+

-

This example will only ever appear to say "Current state is: active" because the app is only visible to the user when in the active state, and the null state will happen only momentarily.

+

This example will only ever appear to say "Current state is: active" because the app is only visible to the user when in the active state, and the null state will happen only momentarily. If you want to experiment with the code we recommend to use your own device instead of embedded preview.


Reference

Events

diff --git a/docs/next/appstate/index.html b/docs/next/appstate/index.html index a72b0fc949f..541fd70d274 100644 --- a/docs/next/appstate/index.html +++ b/docs/next/appstate/index.html @@ -95,11 +95,12 @@

-

If you don't want to see the AppState update from active to inactive on iOS you can remove the state variable and use the appState.current value.

+

-

This example will only ever appear to say "Current state is: active" because the app is only visible to the user when in the active state, and the null state will happen only momentarily.

+

This example will only ever appear to say "Current state is: active" because the app is only visible to the user when in the active state, and the null state will happen only momentarily. If you want to experiment with the code we recommend to use your own device instead of embedded preview.


Reference

Events