Skip to content

Commit

Permalink
Merge pull request #2 from sanyuktaj10/post-layout
Browse files Browse the repository at this point in the history
this might fix Post layout
  • Loading branch information
Naveen-g09 authored Jan 31, 2024
2 parents f725682 + 203a81e commit 0d7a30d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/Stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const Stories = () => {
name: 'Your Story',
image: require('../storage/images/userProfile.png'),
},
{
id: 0,
name: 'Animesh',
image: require('Animesh.png'),
},
// {
// id: 0,
// name: 'Animesh',
// image: require('Animesh.png'),
// },
{
id: 0,
name: 'Naman',
Expand Down
1 change: 0 additions & 1 deletion app/[...missing].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default function NotFoundScreen() {
<Stack.Screen options={{ title: 'Oops!' }} />
<View style={styles.container}>
<Text style={styles.title}>This screen doesn't exist.</Text>
<Text>This is nice</Text>
<Link href="/" style={styles.link}>
<Text style={styles.linkText}>Go to home screen!</Text>
</Link>
Expand Down

0 comments on commit 0d7a30d

Please sign in to comment.