This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-12-07
Channels
- # adventofcode (38)
- # aleph (1)
- # bangalore-clj (3)
- # beginners (126)
- # boot (165)
- # boulder-clojurians (5)
- # cider (42)
- # cljsrn (11)
- # clojure (203)
- # clojure-greece (6)
- # clojure-hk (1)
- # clojure-italy (11)
- # clojure-new-zealand (1)
- # clojure-nl (1)
- # clojure-russia (112)
- # clojure-spec (86)
- # clojure-uk (176)
- # clojurescript (38)
- # code-reviews (2)
- # core-async (2)
- # cryogen (2)
- # cursive (16)
- # datascript (2)
- # datomic (80)
- # events (2)
- # garden (28)
- # hoplon (115)
- # jobs (1)
- # jobs-discuss (7)
- # klipse (50)
- # lein-figwheel (15)
- # liberator (17)
- # luminus (6)
- # off-topic (8)
- # om (31)
- # onyx (26)
- # parinfer (4)
- # planck (35)
- # protorepl (26)
- # quil (2)
- # re-frame (50)
- # reagent (21)
- # ring (5)
- # rum (2)
- # schema (1)
- # untangled (29)
- # vim (10)
- # yada (40)
The trick is to basically add another build target to project.clj called "windows" copying over everything over from iOS except calling it windows.
Then create an identical "windows" subdirectory in the source once again copying from iOS's subdirectory.
After that return to the root directory and type react-native windows
which will generate a index.windows.js page and a visual studio solution, copy the contents from the index.ios.js page to the index.windows.js page and you should be g2g
react-native windows
handles most of the hard work for you. At that point you can just do react-native run-windows
and it should open the app for you.
I think I went wrong before because I pointed to the wrong directory in one of the the files
Hi Everyone, I'm trying to get some help doing a real deploy to an ipad with re-natal. What I'm trying right now is lein clean && re-natal use-figwheel && rlwrap lein prod-build
then going into xcode and clicking "run" for the connected ipad. It starts up the React Packager, but the build step just sits on Running 1 of 1 custom shell scripts
. Any one seen this before?
i'm totally lost -- could you please point me to something that works so i can get going? thank you!