Fork me on GitHub
#cljsrn
<
2018-02-23
>
manu11:02:19

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 ...'

manu11:02:42

do you know what just happened?

frankiesardo12:02:04

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

frankiesardo12:02:24

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

joshmiller20:02:10

@manu Did you change the jsCodeLocation in your AppDelegate.m?