Fork me on GitHub
#cljsrn
<
2016-07-29
>
pesterhazy15:07:48

I'm preparing boot-react-native branch to be merged into brn master: https://github.com/pesterhazy/boot-react-native/tree/develop I'd appreciate if people who've used BRN before could have a look at the SimpleExampleApp in the example/ directory and see if it works for them. It's as simple as: >>> - npm install -g react-native-cli - in example/app/ run npm install - patch react-native as explained in https://github.com/pesterhazy/boot-react-native/blob/develop/changelog.md - in example/, run ./dev - in example/app run react-native run-ios or react-native run-android - to see logs, in example/app run react-native log-ios or react-native log-android

artemyarulin18:07:15

btw: https://github.com/travis-ci/travis-ci/issues/2316#issuecomment-226735561 Now with TravisCI and osx_image: xcode8 you’ll get Java as well. It makes things so much easier for Clojure + RN

coyotespike19:07:39

This is probably a dumb question, but has anyone combined devcards with re-natal?

coyotespike19:07:50

I've just started playing around and it would be great to use devcards to learn all the components.

coyotespike19:07:14

google and the relevant repos didn't show anything

nilrecurring22:07:33

@coyotespike: you may want to ask in the #C073DKH9P channel about it, there was some discussion about making re-frame and devcards work better together

coyotespike23:07:39

@nilrecurring: you may be right - I've worked with #C073DKH9P and reagent before, just not sure if and how it would work on mobile