Parcourir la source

finished merging

Orlando04 il y a 2 ans
Parent
révision
70eb7c265b
2 fichiers modifiés avec 4 ajouts et 14 suppressions
  1. 3
    13
      MocionesIUPI/App.js
  2. 1
    1
      MocionesIUPI/package.json

+ 3
- 13
MocionesIUPI/App.js Voir le fichier

@@ -4,19 +4,9 @@ import { StyleSheet, Text, View } from 'react-native';
4 4
 // importing other files
5 5
 import Navigator from './routes/homeStack';
6 6
 
7
-
8
-  // here we want to display each mocion in a flatlist 
9
-  // it's supposed to be like buttons. Once clicked it would let you vote inside
7
+export default function App() {
10 8
   return (
11
-      <Navigator />
12
-  );
9
+    <Navigator />
10
+);
13 11
 }
14 12
 
15
-const styles  = StyleSheet.create({
16
-  container: {
17
-    flex: 1,
18
-    backgroundColor: '#fff',
19
-    alignItems: 'center',
20
-    justifyContent: 'center',
21
-  },
22
-});

+ 1
- 1
MocionesIUPI/package.json Voir le fichier

@@ -26,7 +26,7 @@
26 26
     "react-native-web": "~0.18.9",
27 27
     "react-navigation-material-bottom-tabs": "^2.3.5",
28 28
     "react-navigation-stack": "^2.10.4",
29
-    "yarn": "^1.22.19"
29
+    "yarn": "^1.22.19",
30 30
     "react-native-web": "~0.18.9",
31 31
     "styled-components": "^5.3.6",
32 32
     "styled-system": "^5.1.5",