Update init.sh

This commit is contained in:
Christopher Chedeau 2015-03-26 08:10:59 -07:00
parent 4e4b90e1e8
commit 725b5ec942

View File

@ -8,7 +8,7 @@ def cp(src, dest, app_name)
.gsub("SampleApp", app_name)
.gsub("Examples/#{app_name}/", "")
.gsub("../../Libraries/", "node_modules/react-native/Libraries/")
.gsub("../../ReactKit/", "node_modules/react-native/ReactKit/")
.gsub("../../React/", "node_modules/react-native/React/")
File.write(dest, content)
end
end