andrea.nieves7 2 年之前
父節點
當前提交
2e531928b9
共有 1 個檔案被更改,包括 9 行新增1 行删除
  1. 9
    1
      App.js

+ 9
- 1
App.js 查看文件

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