Fork me on GitHub
#cljsrn
<
2016-12-07
>
elais13:12:02

I solved my react native problem a few days ago, thanks @balint

balint13:12:46

great @elais , if you can share the result!

elais13:12:23

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

elais13:12:02

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.

elais13:12:51

I think I went wrong before because I pointed to the wrong directory in one of the the files

jasonmore16:12:27

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?

aghiuru20:12:16

hey guys, are there any re-natal demo apps that work?

aghiuru20:12:50

i tried this one and i get 2 errors in react-native when compiling

aghiuru20:12:57

i'm totally lost -- could you please point me to something that works so i can get going? thank you!

aghiuru20:12:11

let me guess there's no UIUserInterfaceIdiomCarPlay since i'm using an older version of XCode

aghiuru22:12:03

works with XCode 8.1 👍