chore: migrate to monorepo

This commit is contained in:
Satyajit Sahoo
2020-02-07 23:20:57 +01:00
parent a7305b1413
commit 72e8160537
477 changed files with 155789 additions and 170280 deletions

View File

@@ -4,7 +4,7 @@ set -euxo pipefail
rm -rf src/vendor
mkdir -p src/vendor
cp -r node_modules/@react-navigation/stack/src/* src/vendor/
cp -r ../../node_modules/@react-navigation/stack/src/* src/vendor/
# Created with: diff -ruN node_modules/@react-navigation/stack/src src/vendor > scripts/stack.patch
patch -p0 -i scripts/stack.patch