mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
Update init.sh
This commit is contained in:
parent
4e4b90e1e8
commit
725b5ec942
2
init.sh
2
init.sh
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user