Jobeso / react-native-whatsapp-stickers

Integrate sticker packs for WhatsApp with your react-native app
Other
81 stars 30 forks source link

FAILURE: Build failed with an exception. #86

Open pavankommi opened 1 year ago

pavankommi commented 1 year ago

FAILURE: Build failed with an exception.

BUILD FAILED in 11s

at makeError (path\node_modules\execa\index.js:174:9)
at path\node_modules\execa\index.js:278:16
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async runOnAllDevices (path\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:109:5)
at async Command.handleAction (C:\Users\user\AppData\Roaming\npm\node_modules\react-native\node_modules\@react-native-community\cli\build\index.js:142:9)
Idan-Maimon1 commented 1 year ago

Have you managed to fix it?

Jobeso commented 1 year ago

Might be related to #78, please check the solution there and update here if it resolved your issue.

Aleksefo commented 1 year ago

Here's the fix: https://stackoverflow.com/a/72951366/8697675

You need to replace compile with implementation

Aleksefo commented 1 year ago

Here's the fix PR: https://github.com/Jobeso/react-native-whatsapp-stickers/pull/89

Jobeso commented 1 year ago

@Aleksefo Thanks for fixing it. Released v2.0.3 with your fix.