Skip to content

Commit 449d731

Browse files
chetstoneSimek
andauthored
Update memoryWarning event description to mention it is iOS only (facebook#4972)
Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
1 parent e639d33 commit 449d731

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

docs/appstate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ This example will only ever appear to say "Current state is: active" because the
8282

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

85-
### `memoryWarning`
85+
### `memoryWarning` <div className="label ios">iOS</div>
8686

87-
This event is used in the need of throwing memory warning or releasing it.
87+
Fires when the app receives a memory warning from the operating system.
8888

8989
### `focus` <div className="label android">Android</div>
9090

website/versioned_docs/version-0.77/appstate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ This example will only ever appear to say "Current state is: active" because the
8282

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

85-
### `memoryWarning`
85+
### `memoryWarning` <div className="label ios">iOS</div>
8686

87-
This event is used in the need of throwing memory warning or releasing it.
87+
Fires when the app receives a memory warning from the operating system.
8888

8989
### `focus` <div className="label android">Android</div>
9090

website/versioned_docs/version-0.78/appstate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ This example will only ever appear to say "Current state is: active" because the
8282

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

85-
### `memoryWarning`
85+
### `memoryWarning` <div className="label ios">iOS</div>
8686

87-
This event is used in the need of throwing memory warning or releasing it.
87+
Fires when the app receives a memory warning from the operating system.
8888

8989
### `focus` <div className="label android">Android</div>
9090

website/versioned_docs/version-0.79/appstate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ This example will only ever appear to say "Current state is: active" because the
8282

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

85-
### `memoryWarning`
85+
### `memoryWarning` <div className="label ios">iOS</div>
8686

87-
This event is used in the need of throwing memory warning or releasing it.
87+
Fires when the app receives a memory warning from the operating system.
8888

8989
### `focus` <div className="label android">Android</div>
9090

website/versioned_docs/version-0.80/appstate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ This example will only ever appear to say "Current state is: active" because the
8282

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

85-
### `memoryWarning`
85+
### `memoryWarning` <div className="label ios">iOS</div>
8686

87-
This event is used in the need of throwing memory warning or releasing it.
87+
Fires when the app receives a memory warning from the operating system.
8888

8989
### `focus` <div className="label android">Android</div>
9090

website/versioned_docs/version-0.81/appstate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ This example will only ever appear to say "Current state is: active" because the
8282

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

85-
### `memoryWarning`
85+
### `memoryWarning` <div className="label ios">iOS</div>
8686

87-
This event is used in the need of throwing memory warning or releasing it.
87+
Fires when the app receives a memory warning from the operating system.
8888

8989
### `focus` <div className="label android">Android</div>
9090

website/versioned_docs/version-0.82/appstate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ This example will only ever appear to say "Current state is: active" because the
8282

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

85-
### `memoryWarning`
85+
### `memoryWarning` <div className="label ios">iOS</div>
8686

87-
This event is used in the need of throwing memory warning or releasing it.
87+
Fires when the app receives a memory warning from the operating system.
8888

8989
### `focus` <div className="label android">Android</div>
9090

website/versioned_docs/version-0.83/appstate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ This example will only ever appear to say "Current state is: active" because the
8282

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

85-
### `memoryWarning`
85+
### `memoryWarning` <div className="label ios">iOS</div>
8686

87-
This event is used in the need of throwing memory warning or releasing it.
87+
Fires when the app receives a memory warning from the operating system.
8888

8989
### `focus` <div className="label android">Android</div>
9090

0 commit comments

Comments
 (0)