<<<<<<< HEAD import * from styles ======= import * from styles; >>>>>>> Prawject_UserSt1 import DropDownPicker from 'react-native-dropdown-picker'; import React, {useState, useEffect} from 'react'; //ALL REQUIRED TO GET DATA DropDownPicker.setListMode("SCROLLVIEW") //data parsing goes here function getInfo(information){ //console.log(information[6]) if(!information) {Alert.alert("Please try again later! Error retriving data")} else {return information} } //data display class DataButton extends React.Component{ state = { click: false } pullData = () => {createQuery(pueblo, table); information = loadDoc(query); this.setState({click: true})} render() { return(