awslabs / aws-mobile-appsync-sdk-js

JavaScript library files for Offline, Sync, Sigv4. includes support for React Native
Apache License 2.0
921 stars 266 forks source link

Android release issue #767

Open durkumar opened 3 months ago

durkumar commented 3 months ago

I am integrated aws-appsync in repack (react native) and its working fine in debug mode but when try create release apk its showing issue

Execution failed for task ':app:createBundleReleaseJsAndAssets'.

But when i comment out "createAuthLink()" apk genration successful

createAuthLink({ url, region, auth }),

can any one help out ?