* update dependencies
* revert keychain update
* Update dependencies & Fastlane
* set path agnostic for bash in scrips
* Fix open from push notification race
* patch react-native-localize
(cherry picked from commit b226d451f3)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
11 lines
No EOL
156 B
Bash
Executable file
11 lines
No EOL
156 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo Cleaning started
|
|
|
|
rm -rf ios/Pods
|
|
rm -rf node_modules
|
|
rm -rf dist
|
|
rm -rf ios/build
|
|
rm -rf android/app/build
|
|
|
|
echo Cleanup finished |