Skip to content

Commit

Permalink
Update AddPost Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Insiyaa committed Oct 29, 2020
1 parent a34eb48 commit 89027f8
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 97 deletions.
8 changes: 2 additions & 6 deletions components/profileScreenComponents/cards/ProfileCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Container, Header, Content, Card, CardItem, Thumbnail, Text, Icon, Left
import { StyleSheet } from 'react-native';
import { AntDesign } from '@expo/vector-icons';
import { createStackNavigator } from '@react-navigation/stack';
import AddForm from '../../../screens/AddForm'
// import AddForm from '../../../screens/AddForm'
import { NavigationContainer } from '@react-navigation/native';


Expand All @@ -25,13 +25,9 @@ function More(props) {
}

function MyCard( props ) {
console.log(props);
const item = props.extraData;
const navigation = props.navigation;
// const item = props.item;
// console.log
// console.log(navigation)
// console.log(other)

return (
<Container>
<Header style={styles.header} />
Expand Down
89 changes: 0 additions & 89 deletions screens/AddForm.js

This file was deleted.

Loading

0 comments on commit 89027f8

Please sign in to comment.