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