Skip to content

Commit 9f25239

Browse files
authored
StatusBar: mention network indicator method deprecation (facebook#4958)
1 parent c037128 commit 9f25239

9 files changed

Lines changed: 41 additions & 8 deletions

File tree

docs/statusbar.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,11 @@ Show or hide the status bar.
438438

439439
---
440440

441-
### `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
441+
### 🗑️ `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
442+
443+
:::warning Deprecated
444+
The status bar network activity indicator is not supported in iOS 13 and later. This will be removed in a future release.
445+
:::
442446

443447
```tsx
444448
static setNetworkActivityIndicatorVisible(visible: boolean);

website/src/css/customTheme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,6 +1504,7 @@ div[class^="tableOfContents"] {
15041504
color: var(--home-button-primary) !important;
15051505

15061506
code {
1507+
word-break: break-all;
15071508
font-weight: 700;
15081509
color: var(--home-button-primary) !important;
15091510
}

website/versioned_docs/version-0.77/statusbar.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,11 @@ Show or hide the status bar.
438438

439439
---
440440

441-
### `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
441+
### 🗑️ `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
442+
443+
:::warning Deprecated
444+
The status bar network activity indicator is not supported in iOS 13 and later. This will be removed in a future release.
445+
:::
442446

443447
```tsx
444448
static setNetworkActivityIndicatorVisible(visible: boolean);

website/versioned_docs/version-0.78/statusbar.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,11 @@ Show or hide the status bar.
438438

439439
---
440440

441-
### `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
441+
### 🗑️ `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
442+
443+
:::warning Deprecated
444+
The status bar network activity indicator is not supported in iOS 13 and later. This will be removed in a future release.
445+
:::
442446

443447
```tsx
444448
static setNetworkActivityIndicatorVisible(visible: boolean);

website/versioned_docs/version-0.79/statusbar.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,11 @@ Show or hide the status bar.
438438

439439
---
440440

441-
### `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
441+
### 🗑️ `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
442+
443+
:::warning Deprecated
444+
The status bar network activity indicator is not supported in iOS 13 and later. This will be removed in a future release.
445+
:::
442446

443447
```tsx
444448
static setNetworkActivityIndicatorVisible(visible: boolean);

website/versioned_docs/version-0.80/statusbar.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,11 @@ Show or hide the status bar.
438438

439439
---
440440

441-
### `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
441+
### 🗑️ `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
442+
443+
:::warning Deprecated
444+
The status bar network activity indicator is not supported in iOS 13 and later. This will be removed in a future release.
445+
:::
442446

443447
```tsx
444448
static setNetworkActivityIndicatorVisible(visible: boolean);

website/versioned_docs/version-0.81/statusbar.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,11 @@ Show or hide the status bar.
438438

439439
---
440440

441-
### `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
441+
### 🗑️ `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
442+
443+
:::warning Deprecated
444+
The status bar network activity indicator is not supported in iOS 13 and later. This will be removed in a future release.
445+
:::
442446

443447
```tsx
444448
static setNetworkActivityIndicatorVisible(visible: boolean);

website/versioned_docs/version-0.82/statusbar.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,11 @@ Show or hide the status bar.
438438

439439
---
440440

441-
### `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
441+
### 🗑️ `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
442+
443+
:::warning Deprecated
444+
The status bar network activity indicator is not supported in iOS 13 and later. This will be removed in a future release.
445+
:::
442446

443447
```tsx
444448
static setNetworkActivityIndicatorVisible(visible: boolean);

website/versioned_docs/version-0.83/statusbar.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,11 @@ Show or hide the status bar.
438438

439439
---
440440

441-
### `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
441+
### 🗑️ `setNetworkActivityIndicatorVisible()` <div className="label ios">iOS</div>
442+
443+
:::warning Deprecated
444+
The status bar network activity indicator is not supported in iOS 13 and later. This will be removed in a future release.
445+
:::
442446

443447
```tsx
444448
static setNetworkActivityIndicatorVisible(visible: boolean);

0 commit comments

Comments
 (0)