Skip to content

Instantly share code, notes, and snippets.

@ps0305
Created April 7, 2021 09:19
Show Gist options
  • Save ps0305/7cb429c18c4dbfc5e83b1af95f6d857d to your computer and use it in GitHub Desktop.
Save ps0305/7cb429c18c4dbfc5e83b1af95f6d857d to your computer and use it in GitHub Desktop.
#!/bin/bash
rm -rf node_modules
rm -rf package.json.lock
npm install
npx jetify
npx patch-package
cd android && ./gradlew clean && cd ..
cd android && ./gradlew assembleRelease && cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment