Skip to content

Commit

Permalink
Add "The" to enforce newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Dec 26, 2023
1 parent f65be53 commit dc07fbb
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/docs/api/keyboard-gesture-area.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ A boolean prop which allows to customize interactive keyboard behavior. If set t

```tsx
<KeyboardGestureArea interpolator="ios">
<ScrollView>{/* other components in your tree */}</ScrollView>
<ScrollView>{/* The other components in your tree */}</ScrollView>
</KeyboardGestureArea>
```
4 changes: 3 additions & 1 deletion docs/docs/api/keyboard-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ import { KeyboardProvider } from "react-native-keyboard-controller";

const App = () => {
return (
<KeyboardProvider>{/* other components in your tree */}</KeyboardProvider>
<KeyboardProvider>
{/* The other components in your tree */}
</KeyboardProvider>
);
};
```
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-1.0.0/api/keyboard-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ import { KeyboardProvider } from "react-native-keyboard-controller";

const App = () => {
return (
<KeyboardProvider>{/* other components in your tree */}</KeyboardProvider>
<KeyboardProvider>
{/* The other components in your tree */}
</KeyboardProvider>
);
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ A boolean prop which allows to customize interactive keyboard behavior. If set t

```tsx
<KeyboardGestureArea interpolator="ios">
<ScrollView>{/* other components in your tree */}</ScrollView>
<ScrollView>{/* The other components in your tree */}</ScrollView>
</KeyboardGestureArea>
```
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-1.10.0/api/keyboard-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ import { KeyboardProvider } from "react-native-keyboard-controller";

const App = () => {
return (
<KeyboardProvider>{/* other components in your tree */}</KeyboardProvider>
<KeyboardProvider>
{/* The other components in your tree */}
</KeyboardProvider>
);
};
```
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-1.4.0/api/keyboard-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ import { KeyboardProvider } from "react-native-keyboard-controller";

const App = () => {
return (
<KeyboardProvider>{/* other components in your tree */}</KeyboardProvider>
<KeyboardProvider>
{/* The other components in your tree */}
</KeyboardProvider>
);
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ A boolean prop which allows to customize interactive keyboard behavior. If set t

```tsx
<KeyboardGestureArea interpolator="ios">
<ScrollView>{/* other components in your tree */}</ScrollView>
<ScrollView>{/* The other components in your tree */}</ScrollView>
</KeyboardGestureArea>
```
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-1.5.0/api/keyboard-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ import { KeyboardProvider } from "react-native-keyboard-controller";

const App = () => {
return (
<KeyboardProvider>{/* other components in your tree */}</KeyboardProvider>
<KeyboardProvider>
{/* The other components in your tree */}
</KeyboardProvider>
);
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ A boolean prop which allows to customize interactive keyboard behavior. If set t

```tsx
<KeyboardGestureArea interpolator="ios">
<ScrollView>{/* other components in your tree */}</ScrollView>
<ScrollView>{/* The other components in your tree */}</ScrollView>
</KeyboardGestureArea>
```
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-1.6.0/api/keyboard-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ import { KeyboardProvider } from "react-native-keyboard-controller";

const App = () => {
return (
<KeyboardProvider>{/* other components in your tree */}</KeyboardProvider>
<KeyboardProvider>
{/* The other components in your tree */}
</KeyboardProvider>
);
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ A boolean prop which allows to customize interactive keyboard behavior. If set t

```tsx
<KeyboardGestureArea interpolator="ios">
<ScrollView>{/* other components in your tree */}</ScrollView>
<ScrollView>{/* The other components in your tree */}</ScrollView>
</KeyboardGestureArea>
```
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-1.7.0/api/keyboard-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ import { KeyboardProvider } from "react-native-keyboard-controller";

const App = () => {
return (
<KeyboardProvider>{/* other components in your tree */}</KeyboardProvider>
<KeyboardProvider>
{/* The other components in your tree */}
</KeyboardProvider>
);
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ A boolean prop which allows to customize interactive keyboard behavior. If set t

```tsx
<KeyboardGestureArea interpolator="ios">
<ScrollView>{/* other components in your tree */}</ScrollView>
<ScrollView>{/* The other components in your tree */}</ScrollView>
</KeyboardGestureArea>
```
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-1.8.0/api/keyboard-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ import { KeyboardProvider } from "react-native-keyboard-controller";

const App = () => {
return (
<KeyboardProvider>{/* other components in your tree */}</KeyboardProvider>
<KeyboardProvider>
{/* The other components in your tree */}
</KeyboardProvider>
);
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ A boolean prop which allows to customize interactive keyboard behavior. If set t

```tsx
<KeyboardGestureArea interpolator="ios">
<ScrollView>{/* other components in your tree */}</ScrollView>
<ScrollView>{/* The other components in your tree */}</ScrollView>
</KeyboardGestureArea>
```
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-1.9.0/api/keyboard-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ import { KeyboardProvider } from "react-native-keyboard-controller";

const App = () => {
return (
<KeyboardProvider>{/* other components in your tree */}</KeyboardProvider>
<KeyboardProvider>
{/* The other components in your tree */}
</KeyboardProvider>
);
};
```

0 comments on commit dc07fbb

Please sign in to comment.