diff --git a/main.coffee b/main.coffee index 575b1d4..0566d4d 100644 --- a/main.coffee +++ b/main.coffee @@ -49,6 +49,10 @@ init = (projName) -> log 'Compiling ClojureScript' execSync 'lein cljsbuild once dev' + log 'Creating React Native skeleton' + execSync "#{ binPath }react-native init #{ projName }" + execSync "mv #{ projName } iOS" + catch e logErr e.message