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,6 +44,14 @@ const styles = StyleSheet.create({
44 44
   },
45 45
   scrollView:{
46 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,4 +166,4 @@ setNews = () => this.setState({ current: states.newsView })
158 166
 }
159 167
 
160 168
 
161
-export default App
169
+export default App