Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/accessibilityinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Query whether reduce motion and prefer cross-fade transitions settings are curre

---

### `setAccessibilityFocus()`
### 🗑️ `setAccessibilityFocus()`

:::warning Deprecated
Prefer using `sendAccessibilityEvent` with eventType `focus` instead.
Expand Down
2 changes: 1 addition & 1 deletion docs/building-for-tv.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: building-for-tv
title: Building For TV Devices
title: 🗑️ Building For TV Devices
hide_table_of_contents: true
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Inherits [View Props](view.md#props).

---

### `animated`
### 🗑️ `animated`

:::warning Deprecated
Use the [`animationType`](modal.md#animationtype) prop instead.
Expand Down
2 changes: 1 addition & 1 deletion docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ If `true`, focuses the input. The default value is `false`.

---

### `blurOnSubmit`
### 🗑️ `blurOnSubmit`

:::warning Deprecated
Note that `submitBehavior` now takes the place of `blurOnSubmit` and will override any behavior defined by `blurOnSubmit`. See [submitBehavior](textinput#submitbehavior).
Expand Down
2 changes: 1 addition & 1 deletion docs/transforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Matrix transforms are useful when you need to apply pre-calculated transformatio

---

### `decomposedMatrix`, `rotation`, `scaleX`, `scaleY`, `transformMatrix`, `translateX`, `translateY`
### 🗑️ `decomposedMatrix`, `rotation`, `scaleX`, `scaleY`, `transformMatrix`, `translateX`, `translateY`

:::warning Deprecated
Use the [`transform`](transforms#transform) prop instead.
Expand Down
2 changes: 1 addition & 1 deletion docs/virtualizedlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Styling for internal View for `ListHeaderComponent`.

---

### `disableVirtualization`
### 🗑️ `disableVirtualization`

:::warning Deprecated
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.
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.83/accessibilityinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Query whether reduce motion and prefer cross-fade transitions settings are curre

---

### `setAccessibilityFocus()`
### 🗑️ `setAccessibilityFocus()`

:::warning Deprecated
Prefer using `sendAccessibilityEvent` with eventType `focus` instead.
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.83/building-for-tv.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: building-for-tv
title: Building For TV Devices
title: 🗑️ Building For TV Devices
hide_table_of_contents: true
---

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.83/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Inherits [View Props](view.md#props).

---

### `animated`
### 🗑️ `animated`

:::warning Deprecated
Use the [`animationType`](modal.md#animationtype) prop instead.
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.83/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ If `true`, focuses the input. The default value is `false`.

---

### `blurOnSubmit`
### 🗑️ `blurOnSubmit`

:::warning Deprecated
Note that `submitBehavior` now takes the place of `blurOnSubmit` and will override any behavior defined by `blurOnSubmit`. See [submitBehavior](textinput#submitbehavior).
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.83/transforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Matrix transforms are useful when you need to apply pre-calculated transformatio

---

### `decomposedMatrix`, `rotation`, `scaleX`, `scaleY`, `transformMatrix`, `translateX`, `translateY`
### 🗑️ `decomposedMatrix`, `rotation`, `scaleX`, `scaleY`, `transformMatrix`, `translateX`, `translateY`

:::warning Deprecated
Use the [`transform`](transforms#transform) prop instead.
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.83/virtualizedlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Styling for internal View for `ListHeaderComponent`.

---

### `disableVirtualization`
### 🗑️ `disableVirtualization`

:::warning Deprecated
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.
Expand Down