ajith-ab / react-native-receive-sharing-intent

A React Native plugin that enables React Native apps to receive sharing photos, videos, text, urls or any other file types from another app
MIT License
297 stars 106 forks source link

react-native-receive-sharing-intent:compileDebugKotlin #148

Open thang96 opened 2 years ago

thang96 commented 2 years ago

need help :(((

jensdev commented 2 years ago

I had the same error. Try setting a kotlinVersion in your android/build.gradle file.

buildscript {
    ext {
            kotlinVersion = "1.6.0"

Works for me on RN 0.69.4

frankcalise commented 1 year ago

This helped me build properly but my Android app gets stuck on a loading screen, something to do with the MainActivity override perhaps?