Skip to content

Commit b2b184d

Browse files
authored
add missing deprecation markings for few pages and headers (#4953)
1 parent 54daf85 commit b2b184d

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Query whether reduce motion and prefer cross-fade transitions settings are curre
234234

235235
---
236236

237-
### `setAccessibilityFocus()`
237+
### 🗑️ `setAccessibilityFocus()`
238238

239239
:::warning Deprecated
240240
Prefer using `sendAccessibilityEvent` with eventType `focus` instead.

docs/building-for-tv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: building-for-tv
3-
title: Building For TV Devices
3+
title: 🗑️ Building For TV Devices
44
hide_table_of_contents: true
55
---
66

docs/modal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Inherits [View Props](view.md#props).
104104

105105
---
106106

107-
### `animated`
107+
### 🗑️ `animated`
108108

109109
:::warning Deprecated
110110
Use the [`animationType`](modal.md#animationtype) prop instead.

docs/textinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ If `true`, focuses the input. The default value is `false`.
236236

237237
---
238238

239-
### `blurOnSubmit`
239+
### 🗑️ `blurOnSubmit`
240240

241241
:::warning Deprecated
242242
Note that `submitBehavior` now takes the place of `blurOnSubmit` and will override any behavior defined by `blurOnSubmit`. See [submitBehavior](textinput#submitbehavior).

docs/transforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Matrix transforms are useful when you need to apply pre-calculated transformatio
266266

267267
---
268268

269-
### `decomposedMatrix`, `rotation`, `scaleX`, `scaleY`, `transformMatrix`, `translateX`, `translateY`
269+
### 🗑️ `decomposedMatrix`, `rotation`, `scaleX`, `scaleY`, `transformMatrix`, `translateX`, `translateY`
270270

271271
:::warning Deprecated
272272
Use the [`transform`](transforms#transform) prop instead.

docs/virtualizedlist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Styling for internal View for `ListHeaderComponent`.
298298
299299
---
300300
301-
### `disableVirtualization`
301+
### 🗑️ `disableVirtualization`
302302
303303
:::warning Deprecated
304304
Virtualization provides significant performance and memory optimizations, but fully unmounts react instances that are outside of the render window. You should only need to disable this for debugging purposes.

website/versioned_docs/version-0.83/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Query whether reduce motion and prefer cross-fade transitions settings are curre
234234

235235
---
236236

237-
### `setAccessibilityFocus()`
237+
### 🗑️ `setAccessibilityFocus()`
238238

239239
:::warning Deprecated
240240
Prefer using `sendAccessibilityEvent` with eventType `focus` instead.

website/versioned_docs/version-0.83/building-for-tv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: building-for-tv
3-
title: Building For TV Devices
3+
title: 🗑️ Building For TV Devices
44
hide_table_of_contents: true
55
---
66

website/versioned_docs/version-0.83/modal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Inherits [View Props](view.md#props).
104104

105105
---
106106

107-
### `animated`
107+
### 🗑️ `animated`
108108

109109
:::warning Deprecated
110110
Use the [`animationType`](modal.md#animationtype) prop instead.

website/versioned_docs/version-0.83/textinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ If `true`, focuses the input. The default value is `false`.
236236

237237
---
238238

239-
### `blurOnSubmit`
239+
### 🗑️ `blurOnSubmit`
240240

241241
:::warning Deprecated
242242
Note that `submitBehavior` now takes the place of `blurOnSubmit` and will override any behavior defined by `blurOnSubmit`. See [submitBehavior](textinput#submitbehavior).

0 commit comments

Comments
 (0)