Fork me on GitHub
#cljsrn
<
2017-03-02
>
seantempesta02:03:29

I’ve tried 3 or 4 routing libraries and I’m stoked about react-navigation. It’s mostly functional and comes with all of the bells and whistles I’ve dreamed about having (but previously was coding myself…badly)

nha14:03:18

@pesterhazy link in you gist for https://github.com/vikeri/re-navigate is wrong Nice list 🙂

pesterhazy14:03:28

oops, fixed. Thanks @nha

wilkerlucio19:03:23

hello People, I'm trying to write a new react app with Natal, I followed all the setup on the re-natal project

wilkerlucio19:03:35

at first it works just fine, but seems like when I do any change and try to run a second time

wilkerlucio19:03:38

something bad happens

wilkerlucio19:03:58

currently I'm stuck with the error:

Bundling `index.ios.js`
  Transforming modules  100.0% (394/394), done.
::1 - - [02/Mar/2017:19:38:44 +0000] "GET /target/ios/goog/base.js HTTP/1.1" 404 36 "-" "Raapp/1 CFNetwork/808.2.16 Darwin/16.4.0"

wilkerlucio19:03:27

is there any cache I need to clean or something?

wilkerlucio19:03:16

cleaning the target and forcing compilation again made it work 🙂

wilkerlucio20:03:42

new issue... Can't find variable: ReactDOM, I did update the Om.next version but I guess that shouldn't be a problem, doesn't someone know how to handle this issue?