rn-scratch-card icon indicating copy to clipboard operation
rn-scratch-card copied to clipboard

Fix Android compatibility issue in Expo Dev Client

Open StackSamurai123 opened this issue 1 year ago • 1 comments

rn-scratch-card library causing errors on Android when used in an Expo Dev Client environment. The library works as expected on iOS but fails during the :rn-scratch-card:compileDebugKotlin task on Android.

Steps to Reproduce: Set up an Expo Dev Client project. Install the rn-scratch-card library. Build and run the project on Android using Expo Dev Client. Observe the error during the :rn-scratch-card:compileDebugKotlin task. Error Details: The following error occurs on Android:

Execution failed for task ':rn-scratch-card:compileDebugKotlin'. ... (Include any relevant log snippets here for clarity) iOS Compatibility: The library functions correctly on iOS with no modifications required.

StackSamurai123 avatar Nov 17 '24 11:11 StackSamurai123

Duplicate of #1 @StackSamurai123 this patch is working!

jayan2019 avatar Jan 22 '25 15:01 jayan2019