Metroo Config for CircleCI E2E

This commit is contained in:
Anant Bhasin 2021-08-04 22:10:09 +05:30
parent f66a74c994
commit 9c57ba9d11
1 changed files with 7 additions and 0 deletions

View File

@ -144,6 +144,13 @@ commands:
fi
working_directory: android/app
- run:
name: Metro Settings
command: |
if [[ $CIRCLE_JOB == "android-build-e2e" ]]; then
echo $METRO_CONFIG | base64 --decode > ./metro.config.js
fi
- run:
name: Build App
command: |