Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP - Upgrade Docusaurus v3 #3903

Closed
wants to merge 9 commits into from
Closed
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 @@ -70,7 +70,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/actionsheetios.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const styles = StyleSheet.create({
export default App;
```

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/activityindicator.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const styles = StyleSheet.create({
export default App;
```

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/alertios.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We recommend using the [`Alert.alert`](alert) method for cross-platform support

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/animated.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ For example, when working with horizontal scrolling gestures, you would do the f

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/animatedvalue.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Typically initialized with `new Animated.Value(0);`

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/animatedvaluexy.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default DraggableView;

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Although the color scheme is available immediately, this may change (e.g. schedu

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/appregistry.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To "stop" an application when a view should be destroyed, call `AppRegistry.unmo

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/appstate.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This example will only ever appear to say "Current state is: active" because the

---

# Reference
<h1>Reference</h1>

## Events

Expand Down
2 changes: 1 addition & 1 deletion docs/asyncstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ _retrieveData = async () => {

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/backhandler.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ If you are using React Navigation to navigate across different screens, you can

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/clipboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const styles = StyleSheet.create({
export default App;
```

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/datepickerandroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ try {

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/datepickerios.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/devsettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The `DevSettings` module exposes methods for customizing settings for developers

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/dimensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const styles = StyleSheet.create({
export default App;
```

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/drawerlayoutandroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/easing.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/flatlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ This is a convenience wrapper around [`<VirtualizedList>`](virtualizedlist.md),

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/image-style-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const styles = StyleSheet.create({
export default DisplayAnImageWithStyle;
```

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies {

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/imagebackground.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/imagepickerios.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: '🚧 ImagePickerIOS'

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/inputaccessoryview.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This component can also be used to create sticky text inputs (text inputs which

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/interactionmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export default App;

> **Note**: `InteractionManager.runAfterInteractions()` is not working properly on web. It triggers immediately without waiting until the interaction is finished.

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/keyboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default Example;

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/keyboardavoidingview.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default KeyboardAvoidingComponent;

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/layout-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/layoutanimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ export default App;
</TabItem>
</Tabs>

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 2 additions & 0 deletions docs/new-architecture-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ id: new-architecture-intro
title: Migrating to the New Architecture
---

# Migrating to the New Architecture

import NewArchitectureWarning from './\_markdown-new-architecture-warning.mdx';

<NewArchitectureWarning/>
Expand Down
2 changes: 1 addition & 1 deletion docs/panresponder.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Try the [PanResponder example in RNTester](https://github.com/facebook/react-nat

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/permissionsandroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Available as constants under `PermissionsAndroid.RESULTS`:

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/pixelratio.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/progressbarandroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/progressviewios.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
2 changes: 1 addition & 1 deletion docs/pushnotificationios.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Then enable Background Modes/Remote notifications to be able to use remote notif

---

# Reference
<h1>Reference</h1>

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/refreshcontrol.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default App;

---

# Reference
<h1>Reference</h1>

## Props

Expand Down
Loading