rn-samsung-health icon indicating copy to clipboard operation
rn-samsung-health copied to clipboard

Runtime dependency error

Open himelsaha29 opened this issue 2 years ago • 1 comments

In build gradle, dependencies { compile 'com.facebook.react:react-native:+' compile fileTree(dir: "libs", include: ["*.jar"]) } should be changed to dependencies { implementation 'com.facebook.react:react-native:+' implementation fileTree(dir: "libs", include: ["*.jar"]) } to avoid runtime issues.

himelsaha29 avatar Jun 23 '22 23:06 himelsaha29

@himelsaha29 Thanks man!

Y-k-Y avatar Aug 23 '22 02:08 Y-k-Y