I am trying to send pull from Postgres database in Django to my React Native app.
const [gardens,setGardens] = useState([]); useEffect(() => {