Skip to content

Commit

Permalink
Merge pull request #1 from sanyuktaj10/post-layout
Browse files Browse the repository at this point in the history
Fixing Post layout
  • Loading branch information
Naveen-g09 committed Jan 31, 2024
2 parents 621d807 + 00533ec commit f725682
Show file tree
Hide file tree
Showing 35 changed files with 24 additions and 23 deletions.
24 changes: 12 additions & 12 deletions app/Post.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ import Entypo from 'react-native-vector-icons/Entypo';
const Post = () => {
const postInfo = [
{
postTitle: 'mr shermon',
postPersonImage: require('../storage/images/userProfile.png'),
postImage: require('../storage/images/post1.jpg'),
postTitle: 'Animesh',
postPersonImage: require('Animesh.png'),
postImage: require('post1.png'),
likes: 765,
isLiked: false,
},
{
postTitle: 'chillhouse',
postPersonImage: require('../storage/images/profile5.jpg'),
postImage: require('../storage/images/post2.jpg'),
postTitle: 'Animesh',
postPersonImage: require('Animesh.png'),
postImage: require('post2.png'),
likes: 345,
isLiked: false,
},
{
postTitle: 'Tom',
postPersonImage: require('../storage/images/profile4.jpg'),
postImage: require('../storage/images/post3.jpg'),
postTitle: 'Animesh',
postPersonImage: require('Animesh.png'),
postImage: require('post3.png'),
likes: 734,
isLiked: false,
},
{
postTitle: 'The_Groot',
postPersonImage: require('../storage/images/profile3.jpg'),
postImage: require('../storage/images/post4.jpg'),
postTitle: 'Animesh',
postPersonImage: require('Animesh.png'),
postImage: require('post4.png'),
likes: 875,
isLiked: false,
},
Expand Down
20 changes: 10 additions & 10 deletions app/Stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@ const Stories = () => {
},
{
id: 0,
name: 'Ram_Charan',
image: require('../storage/images/profile1.jpg'),
name: 'Animesh',
image: require('Animesh.png'),
},
{
id: 0,
name: 'Tom',
image: require('../storage/images/profile2.jpg'),
name: 'Naman',
image: require('Naman.png'),
},
{
id: 0,
name: 'The_Groot',
image: require('../storage/images/profile3.jpg'),
name: 'Kaashvi',
image: require('Kaashvi.png'),
},
,
{
id: 0,
name: 'loverland',
image: require('../storage/images/profile4.jpg'),
name: 'Kangan',
image: require('Kangan.png'),
},
,
{
id: 0,
name: 'chillhouse',
image: require('../storage/images/profile5.jpg'),
name: 'Ketan',
image: require('Ketan.png'),
},
];

Expand Down
3 changes: 2 additions & 1 deletion app/[...missing].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ import { Link, Stack } from 'expo-router';
import { StyleSheet } from 'react-native';

import { Text, View } from '../components/Themed';
import React from 'react';

export default function NotFoundScreen() {
return (
<>
<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
Binary file added storage/images/Animesh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added storage/images/Ankita.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added storage/images/Kaashvi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added storage/images/Kangan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added storage/images/Ketan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added storage/images/Lokesh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added storage/images/Monika.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added storage/images/Naman.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added storage/images/Payal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added storage/images/Post1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added storage/images/Tanmay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed storage/images/post1.jpg
Binary file not shown.
Binary file removed storage/images/post10.jpg
Binary file not shown.
Binary file removed storage/images/post11.jpg
Binary file not shown.
Binary file removed storage/images/post12.jpg
Binary file not shown.
Binary file removed storage/images/post13.jpg
Binary file not shown.
Binary file removed storage/images/post14.jpg
Binary file not shown.
Binary file removed storage/images/post15.jpg
Binary file not shown.
Binary file removed storage/images/post2.jpg
Binary file not shown.
Binary file added storage/images/post2.webp
Binary file not shown.
Binary file modified storage/images/post3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified storage/images/post4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed storage/images/post5.jpg
Binary file not shown.
Binary file removed storage/images/post6.jpg
Binary file not shown.
Binary file removed storage/images/post7.jpg
Binary file not shown.
Binary file removed storage/images/post8.jpg
Binary file not shown.
Binary file removed storage/images/post9.jpg
Diff not rendered.
Binary file removed storage/images/profile1.jpg
Diff not rendered.
Binary file removed storage/images/profile2.jpg
Diff not rendered.
Binary file removed storage/images/profile3.jpg
Diff not rendered.
Binary file removed storage/images/profile4.jpg
Diff not rendered.
Binary file removed storage/images/profile5.jpg
Diff not rendered.

0 comments on commit f725682

Please sign in to comment.