Cloudflare Tunnel for Expo — a drop-in replacement for @expo/ngrok. Powers expo start --tunnel using Cloudflare Tunnel instead of ngrok.
- Using the package? Read
package/README.md— install, env vars, CLI, and API reference. - Working on the package? Read
.github/CONTRIBUTING.md— repo layout, dev loop, tests, and the release process.
This is a Yarn (v4) workspace monorepo:
package/— theexpo-cloudflaredlibrary that gets published to npm.test/— unit tests (node:test) that run against the built package viaworkspace:*.test/demo-app/— Expo SDK 57 app wired to the local build for end-to-end testing ofexpo start --tunnel.
yarn install
yarn dev # watch-build the package
yarn test # build + run all unit testsSee .github/CONTRIBUTING.md for the full guide.