Skip to content

Commit b078697

Browse files
authored
update Docusaurus to 3.10, perform related changes (#5039)
1 parent 3aba3a8 commit b078697

344 files changed

Lines changed: 2827 additions & 2531 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/_canary-channel-api-warning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:::tip Canary 🧪
1+
:::tip[Canary 🧪]
22

33
**This API is currently only available in React Native’s Canary and Experimental channels.**
44

docs/_experimental-channel-api-warning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:::tip Experimental Feature 🧪
1+
:::tip[Experimental Feature 🧪]
22

33
**This API is currently only available in React Native’s Experimental channels.**
44

docs/alertios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ id: alertios
33
title: '❌ AlertIOS'
44
---
55

6-
:::danger Removed from React Native
6+
:::danger[Removed from React Native]
77
Use [`Alert`](alert) instead.
88
:::

docs/asyncstorage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ id: asyncstorage
33
title: '❌ AsyncStorage'
44
---
55

6-
:::danger Removed from React Native
6+
:::danger[Removed from React Native]
77
Use one of the [community packages](https://reactnative.directory/?search=storage) instead.
88
:::

docs/checkbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ id: checkbox
33
title: '❌ CheckBox'
44
---
55

6-
:::danger Removed from React Native
6+
:::danger[Removed from React Native]
77
Use one of the [community packages](https://reactnative.directory/?search=checkbox) instead.
88
:::

docs/clipboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ id: clipboard
33
title: '❌ Clipboard'
44
---
55

6-
:::danger Removed from React Native
6+
:::danger[Removed from React Native]
77
Use one of the [community packages](https://reactnative.directory/?search=clipboard) instead.
88
:::

docs/datepickerandroid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ id: datepickerandroid
33
title: '❌ DatePickerAndroid'
44
---
55

6-
:::danger Removed from React Native
6+
:::danger[Removed from React Native]
77
Use one of the [community packages](https://reactnative.directory/?search=datepicker) instead.
88
:::

docs/datepickerios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ id: datepickerios
33
title: '❌ DatePickerIOS'
44
---
55

6-
:::danger Removed from React Native
6+
:::danger[Removed from React Native]
77
Use one of the [community packages](https://reactnative.directory/?search=datepicker) instead.
88
:::

docs/imagepickerios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ id: imagepickerios
33
title: '❌ ImagePickerIOS'
44
---
55

6-
:::danger Removed from React Native
6+
:::danger[Removed from React Native]
77
Use one of the [community packages](https://reactnative.directory/?search=image+picker) instead.
88
:::

docs/legacy/native-modules-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ RCT_EXPORT_METHOD(doSomethingExpensive:(NSString *)param callback:(RCTResponseSe
551551

552552
```
553553

554-
:::info Sharing dispatch queues between modules
554+
:::info[Sharing dispatch queues between modules]
555555
The `methodQueue` method will be called once when the module is initialized, and then retained by React Native, so there is no need to keep a reference to the queue yourself, unless you wish to make use of it within your module. However, if you wish to share the same queue between multiple modules then you will need to ensure that you retain and return the same queue instance for each of them.
556556
:::
557557

0 commit comments

Comments
 (0)