setup react native skeleton

This commit is contained in:
Dan Motzenbecker 2015-08-22 13:30:42 -04:00
parent 7e32714f0b
commit d554999984
1 changed files with 4 additions and 0 deletions

View File

@ -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