lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
419 stars 159 forks source link

RN 0.38 error: cannot find symbol new RNSendIntentPackage() #30

Closed benderlidze closed 7 years ago

benderlidze commented 7 years ago

Got this error

:app:compileDebugJavaWithJavac C:\react\afisha5\android\app\src\main\java\com\afisha5\MainApplication.java:29: error: cannot find symbol new RNSendIntentPackage() ^ symbol: class RNSendIntentPackage 1 error :app:compileDebugJavaWithJavac FAILED

FAILURE: Build failed with an exception.

lucasferreira commented 7 years ago

Hi @benderlidze

Re-check your install process, please.

I don't forget to import the right package at the beginning of your java class.

benderlidze commented 7 years ago

@lucasferreira thanks!