rn-scratch-card
rn-scratch-card copied to clipboard
Fix Android compatibility issue in Expo Dev Client
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.
Duplicate of #1 @StackSamurai123 this patch is working!