williambout / react-native-proximity

:iphone: A React Native wrapper that provides access to the proximity sensor on iOS and Android.
MIT License
211 stars 69 forks source link

getting error #10

Closed gjgit closed 6 years ago

gjgit commented 6 years ago

hi there every time i run my react native project getting this error

gj

JoeDurand3 commented 6 years ago

The react-native-proximity project isn't being compiled. Add the following line to your android/app/build.gradle file:

dependencies {
    ...
    compile project(':react-native-proximity')
}

@williambout , can we fix the link step to include this dependency?