Feature/ios launch

This commit is contained in:
Sofiya Tepikin
2021-05-02 16:31:17 +00:00
parent e532c3d94c
commit f0155b342f
24 changed files with 683 additions and 1630 deletions
+9
View File
@@ -9,6 +9,12 @@ rm -rf android/app/build
echo "Removed all Xcode derived data..."
rm -rf ~/Library/Developer/Xcode/DerivedData
echo "Removed iOS Pods data..."
rm -rf ios/Pods/*
echo "Removed Podfile.lock..."
rm Podfile.lock
echo "watchman watch-del-all..."
watchman watch-del-all
@@ -18,6 +24,9 @@ rm -rf node_modules
echo "npm install..."
npm install
echo "Pods install..."
cd ios && pod install && cd ..
echo "rm -rf $TMPDIR/react-*..."
rm -rf $TMPDIR/react-*