浏览代码

Style Changes

Carla Ramos 2 年前
父节点
当前提交
b1a86d207d
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      App.js

+ 1
- 2
App.js 查看文件

2
 import React, {useState, useEffect} from 'react';
2
 import React, {useState, useEffect} from 'react';
3
 import { View, Image, StyleSheet, Text, Button, ScrollView, Pressable} from 'react-native';
3
 import { View, Image, StyleSheet, Text, Button, ScrollView, Pressable} from 'react-native';
4
 import DropDownPicker from 'react-native-dropdown-picker';
4
 import DropDownPicker from 'react-native-dropdown-picker';
5
+import { Alert } from 'react-native';
5
 
6
 
6
 
7
 
7
 //import JSON;
8
 //import JSON;
87
   xhttp.send();
88
   xhttp.send();
88
   
89
   
89
 }
90
 }
90
-
91
-
92
 //"https://api.census.gov/data/2020/acs/acs5/profile?get=group(DP02PR)&for=county:127&in=state:72"
91
 //"https://api.census.gov/data/2020/acs/acs5/profile?get=group(DP02PR)&for=county:127&in=state:72"
93
 
92
 
94
 
93