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

Import missing java.io.File #44

Closed andrewtsar0w closed 7 years ago

andrewtsar0w commented 7 years ago

When building it throws the following error.

error: cannot find symbol class File

The error is related to the RNSendIntentModule.java:256.

File media = new File(options.getString("videoUrl"));
lucasferreira commented 7 years ago

Thank you @andriytsaryov ;)