© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Cloudflare DevelopersCD
Cloudflare Developers•3y ago•
2 replies
Hzia

React Native + Worker + KV

Hello, I'm currently making a React Native app and I'm trying to get/send data to my KVs in cloudflare, however I'm not getting this to work.

I'm new to cloudflare and workers in general, help would be appreciated.

This is my fetch request currently, I don't know what to put in my worker to communicate with the KVs:

fetch('WORKER_URL', {method: 'GET'}).then((response) => response.json()).then((json) => {
    console.log(json);
  }).catch((error) => {
    console.error(error);
  });
fetch('WORKER_URL', {method: 'GET'}).then((response) => response.json()).then((json) => {
    console.log(json);
  }).catch((error) => {
    console.error(error);
  });


My worker is currently just default with the Response Hello world due to not knowing what to do.
Cloudflare Developers banner
Cloudflare DevelopersJoin
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
85,042Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Worker KV issue
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
5mo ago
Worker KV Not Binding
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
12mo ago
worker not putting into kv?
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
13mo ago
KV calls limit from worker
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
2y ago