Skip to content

Commit 40867c8

Browse files
author
Steven Goff
committed
Add convenience script to copy react-navigation to caribou node modules
Assumes caribou and react-navigation folders are in the same parent folder. Assumes the caribou project is in a caribou/ folder.
1 parent 3b19986 commit 40867c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

copy.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
rm -rf ../caribou/node_modules/react-navigation/src/
2+
cp -r src/ ../caribou/node_modules/react-navigation/src/

0 commit comments

Comments
 (0)