This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-23
Channels
- # aleph (8)
- # aws (2)
- # beginners (36)
- # cider (35)
- # cljs-dev (157)
- # cljsjs (3)
- # cljsrn (5)
- # clojure (97)
- # clojure-dev (5)
- # clojure-gamedev (3)
- # clojure-italy (27)
- # clojure-russia (11)
- # clojure-spec (19)
- # clojure-uk (39)
- # clojured (6)
- # clojurescript (87)
- # clojutre (4)
- # community-development (35)
- # cursive (8)
- # datascript (2)
- # datomic (14)
- # dirac (8)
- # duct (3)
- # figwheel (13)
- # fulcro (22)
- # graphql (20)
- # jobs (1)
- # london-clojurians (1)
- # off-topic (55)
- # onyx (3)
- # parinfer (3)
- # protorepl (39)
- # re-frame (3)
- # reagent (26)
- # ring (7)
- # ring-swagger (2)
- # rum (1)
- # shadow-cljs (107)
- # spacemacs (8)
- # test-check (4)
- # unrepl (3)
Hi! yesterday I tried to create a build release (it'is not the first time) but on iOS when you open the app it crashes. From the log i have
Make sure you're running a packager server or have included a .jsbundle file in your application bundle.
* Terminating app due to uncaught exception 'RCTFatalException: No bundle URL present.
Make sure you're running a packager server or have included a .jsbundle file in your application bundle.', reason: 'No bundle URL present.
Make sure you're running a packager server or have ...'
Anyone knows how to get a reference of the this
React component in React Native? I tried this but it doesn't seem to work https://gist.github.com/danielytics/d4374cd51deec7201250
I'd like to show the map callout programmatically but it's a stateful operation (no way to pass a prop here) https://github.com/react-community/react-native-maps/blob/master/docs/marker.md so I need to invoke the method on the MapMarker component
@manu Did you change the jsCodeLocation
in your AppDelegate.m
?