Browse Source

Style Changes

Carla Ramos 1 year ago
parent
commit
b1a86d207d
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      App.js

+ 1
- 2
App.js View File

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