diff --git a/bob_party/src/screens/Chat.tsx b/bob_party/src/screens/Chat.tsx
index 46ee5c2..6e0a7a1 100644
--- a/bob_party/src/screens/Chat.tsx
+++ b/bob_party/src/screens/Chat.tsx
@@ -20,7 +20,7 @@ function Chat(props: { navigation: any; }) {
nav={navigation}
/>
- couille
+ couille
- {title}
-
- );
-}
-
-
const styles = StyleSheet.create({
- body: {
- flex: 1,
- flexDirection: 'column',
- alignItems: 'flex-start',
- width: '70%',
- },
-
- container: {
+ body: {
+ flex: 1,
+ flexDirection: 'column',
+ alignItems: 'flex-start',
+ width: '70%',
+ },
+ container: {
flex: 1,
backgroundColor: "#45444E",
flexDirection: "column",
justifyContent: "flex-start",
alignItems: "center",
},
- button: {
- alignItems: 'center',
- justifyContent: 'center',
- height: '30%',
- width: '100%',
- marginTop: '10%',
- paddingVertical: 12,
- paddingHorizontal: 32,
- borderRadius: 10,
- elevation: 3,
- backgroundColor: '#0085FF',
- },
- text: {
- fontSize: 16,
- lineHeight: 21,
- fontWeight: 'bold',
- letterSpacing: 0.25,
- color: 'white',
- },
- header: {
- flex : 0.15,
- width: '100%',
- flexDirection: 'row',
- backgroundColor: '#2D2C33',
- alignItems: 'center',
- justifyContent: 'space-around',
- },
- titre: {
- flex: 0.7,
- flexDirection: 'column',
- textAlign: 'center',
- fontSize: 30,
- fontFamily: 'Helvetica',
- fontWeight: 'bold',
- letterSpacing: 0.25,
- color: 'white',
- },
- engrenage: {
- borderRadius: 50,
- width: 50,
- height: 50,
- },
- avatar: {
- borderRadius: 50,
- width: 50,
- height: 50,
- },
-
- footer: {
- flex: 0.15,
- flexDirection: 'row',
- backgroundColor: '#2D2C33',
- flexWrap: 'wrap',
- width: '100%',
- justifyContent: 'space-evenly',
- },
- iconFooter: {
- marginBot: 25,
- marginTop: 10,
- width: 65,
- height: 50,
- },
- iconStore: {
- marginBot: 25,
- marginTop: 10,
- marginLeft: 7,
- marginRight: 8,
- width: 50,
- height: 50,
- },
-
});
export default Chat
\ No newline at end of file
diff --git a/bob_party/src/screens/Home.tsx b/bob_party/src/screens/Home.tsx
index aaf1c09..4448b20 100644
--- a/bob_party/src/screens/Home.tsx
+++ b/bob_party/src/screens/Home.tsx
@@ -60,31 +60,12 @@ const styles = StyleSheet.create({
justifyContent: "flex-start",
alignItems: "center",
},
- engrenage: {
- borderRadius: 50,
- width: 50,
- height: 50,
- },
- avatar: {
- borderRadius: 50,
- width: 50,
- height: 50,
- },
body: {
flex: 1,
alignItems: 'center',
justifyContent: 'center',
width: '70%',
},
- footer: {
- flex: 0.15,
- flexDirection: 'row',
- backgroundColor: '#2D2C33',
- flexWrap: 'wrap',
- width: '100%',
- justifyContent: 'space-evenly',
- },
-
});
export default Home
\ No newline at end of file
diff --git a/bob_party/src/screens/Profile.tsx b/bob_party/src/screens/Profile.tsx
index 1d3f64e..fe58b10 100644
--- a/bob_party/src/screens/Profile.tsx
+++ b/bob_party/src/screens/Profile.tsx
@@ -22,7 +22,7 @@ function Profile(props: { navigation: any; }) {
nav={navigation}
/>
- couille
+ couille
- couille
+ couille
);
@@ -31,91 +31,19 @@ function Button(props: { onPress: any; title?: any | undefined; }) {
const styles = StyleSheet.create({
- body: {
- flex: 1,
- flexDirection: 'column',
- alignItems: 'flex-start',
- width: '70%',
- },
-
- container: {
+ body: {
+ flex: 1,
+ flexDirection: 'column',
+ alignItems: 'flex-start',
+ width: '70%',
+ },
+ container: {
flex: 1,
backgroundColor: "#45444E",
flexDirection: "column",
justifyContent: "flex-start",
alignItems: "center",
},
- button: {
- alignItems: 'center',
- justifyContent: 'center',
- height: '30%',
- width: '100%',
- marginTop: '10%',
- paddingVertical: 12,
- paddingHorizontal: 32,
- borderRadius: 10,
- elevation: 3,
- backgroundColor: '#0085FF',
- },
- text: {
- fontSize: 16,
- lineHeight: 21,
- fontWeight: 'bold',
- letterSpacing: 0.25,
- color: 'white',
- },
- header: {
- flex : 0.15,
- width: '100%',
- flexDirection: 'row',
- backgroundColor: '#2D2C33',
- alignItems: 'center',
- justifyContent: 'space-around',
- },
- titre: {
- flex: 0.7,
- flexDirection: 'column',
- textAlign: 'center',
- fontSize: 30,
- fontFamily: 'Helvetica',
- fontWeight: 'bold',
- letterSpacing: 0.25,
- color: 'white',
- },
- engrenage: {
- borderRadius: 10,
- width: 50,
- height: 50,
- },
- avatar: {
- borderRadius: 10,
- width: 50,
- height: 50,
- },
-
- footer: {
- flex: 0.15,
- flexDirection: 'row',
- backgroundColor: '#2D2C33',
- flexWrap: 'wrap',
- width: '100%',
- justifyContent: 'space-evenly',
- },
- iconFooter: {
- marginBottom: 25,
- marginTop: 10,
- width: 65,
- height: 50,
- },
- iconStore: {
- marginBottom: 25,
- marginTop: 10,
- marginLeft: 7,
- marginRight: 8,
- width: 50,
- height: 50,
- },
-
});
export default Store
\ No newline at end of file
diff --git a/bob_party/src/screens/Store.tsx b/bob_party/src/screens/Store.tsx
index 03b913c..0646f41 100644
--- a/bob_party/src/screens/Store.tsx
+++ b/bob_party/src/screens/Store.tsx
@@ -51,90 +51,20 @@ function Button(props: { onPress: any; title?: any | undefined; }) {
const styles = StyleSheet.create({
- body: {
- flex: 1,
- flexDirection: 'column',
- alignItems: 'flex-start',
- width: '70%',
- },
-
- container: {
+ body: {
+ flex: 1,
+ flexDirection: 'column',
+ alignItems: 'flex-start',
+ width: '70%',
+ },
+
+ container: {
flex: 1,
backgroundColor: "#45444E",
flexDirection: "column",
justifyContent: "flex-start",
alignItems: "center",
},
- button: {
- alignItems: 'center',
- justifyContent: 'center',
- height: '30%',
- width: '100%',
- marginTop: '10%',
- paddingVertical: 12,
- paddingHorizontal: 32,
- borderRadius: 10,
- elevation: 3,
- backgroundColor: '#0085FF',
- },
- text: {
- fontSize: 16,
- lineHeight: 21,
- fontWeight: 'bold',
- letterSpacing: 0.25,
- color: 'white',
- },
- header: {
- flex : 0.15,
- width: '100%',
- flexDirection: 'row',
- backgroundColor: '#2D2C33',
- alignItems: 'center',
- justifyContent: 'space-around',
- },
- titre: {
- flex: 0.7,
- flexDirection: 'column',
- textAlign: 'center',
- fontSize: 30,
- fontFamily: 'Helvetica',
- fontWeight: 'bold',
- letterSpacing: 0.25,
- color: 'white',
- },
- engrenage: {
- borderRadius: 50,
- width: 50,
- height: 50,
- },
- avatar: {
- borderRadius: 50,
- width: 50,
- height: 50,
- },
-
- footer: {
- flex: 0.15,
- flexDirection: 'row',
- backgroundColor: '#2D2C33',
- flexWrap: 'wrap',
- width: '100%',
- justifyContent: 'space-evenly',
- },
- iconFooter: {
- marginBottom: 25,
- marginTop: 10,
- width: 65,
- height: 50,
- },
- iconStore: {
- marginBottom: 25,
- marginTop: 10,
- marginLeft: 7,
- marginRight: 8,
- width: 50,
- height: 50,
- },
imageSkin : {
borderRadius: 15,
marginTop: 15,