andrea.nieves7 1 year ago
parent
commit
2e531928b9
1 changed files with 9 additions and 1 deletions
  1. 9
    1
      App.js

+ 9
- 1
App.js View File

44
   },
44
   },
45
   scrollView:{
45
   scrollView:{
46
 	  marginHorizontal: 20
46
 	  marginHorizontal: 20
47
+  },
48
+  data: {
49
+	  color: "white",
50
+	  fontSize: 20
51
+  },
52
+  graph: {
53
+	  borderColor: "blue",
54
+	  height: 200
47
   }
55
   }
48
 });
56
 });
49
 
57
 
158
 }
166
 }
159
 
167
 
160
 
168
 
161
-export default App
169
+export default App