Skip to content

Commit

Permalink
Fix imporperly formatted code in introduction (facebook#3099)
Browse files Browse the repository at this point in the history
  • Loading branch information
hslee2008 authored Apr 30, 2022
1 parent 60fea69 commit f16abef
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
8 changes: 4 additions & 4 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ import { Text, View } from 'react-native';
const HelloWorldApp = () => {
return (
<View style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
<Text>Hello, world!</Text>
</View>
);
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-0.60/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ import { Text, View } from 'react-native';
const HelloWorldApp = () => {
return (
<View style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
<Text>Hello, world!</Text>
</View>
);
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-0.61/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ import { Text, View } from 'react-native';
const HelloWorldApp = () => {
return (
<View style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
<Text>Hello, world!</Text>
</View>
);
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-0.62/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ import { Text, View } from 'react-native';
export default function HelloWorldApp() {
return (
<View style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
<Text>Hello, world!</Text>
</View>
);
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-0.63/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ import { Text, View } from 'react-native';
const HelloWorldApp = () => {
return (
<View style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
<Text>Hello, world!</Text>
</View>
);
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-0.64/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ import { Text, View } from 'react-native';
const HelloWorldApp = () => {
return (
<View style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
<Text>Hello, world!</Text>
</View>
);
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-0.65/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ import { Text, View } from 'react-native';
const HelloWorldApp = () => {
return (
<View style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
<Text>Hello, world!</Text>
</View>
);
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-0.66/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ import { Text, View } from 'react-native';
const HelloWorldApp = () => {
return (
<View style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
<Text>Hello, world!</Text>
</View>
);
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-0.67/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ import { Text, View } from 'react-native';
const HelloWorldApp = () => {
return (
<View style={{
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
flex: 1,
justifyContent: 'center',
alignItems: 'center'
}}>
<Text>Hello, world!</Text>
</View>
);
Expand Down

0 comments on commit f16abef

Please sign in to comment.