From 2acb246ee3989d9f177cef7b9d62c459f2cd0805 Mon Sep 17 00:00:00 2001 From: Paul Hempel <88658119+lambdaschmied2@users.noreply.github.com> Date: Mon, 6 Dec 2021 14:15:41 +0100 Subject: [PATCH] mentioned alternative port for optionsUrl (#10) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24ca5c9..3714405 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ import {npmDeps} from "./target/public/cljs-out/ios/npm_deps.js"; // npmDeps["./assets/logo.png"]= require("./assets/logo.png"); // this url points to a file generated by the cljs compiler in the output-dir of your app +// use '8081' as port if you experience "Error: Figwheel Bridge Unable to fetch optionsUrl: http://localhost:19001/target/public/cljs-out/ios/cljsc_opts.json" var options = {optionsUrl: "http://localhost:19001/target/public/cljs-out/ios/cljsc_opts.json"}; var figBridge = require("react-native-figwheel-bridge");