diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 3e0236a..7d303ad 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -83,17 +83,21 @@ jobs: rm -rf thyperswitch-client-core rm -rf android rm -rf ios - cat > react-native.config.js << 'EOL' - module.exports = { - assets: ['./assets/fonts/'], - project: { - android: { - appName: 'demoapp', - }, - }, - }; - EOL + # cat > react-native.config.js << 'EOL' + # module.exports = { + # assets: ['./assets/fonts/'], + # project: { + # android: { + # appName: 'demoapp', + # }, + # }, + # }; + # EOL echo "Directory structure after setup:" + ls + + mv hyperswitch-sdk-android android + ls # Install dependencies using yarn npm i