voximplant / react-native-foreground-service

React native module to start foreground service on android
MIT License
159 stars 91 forks source link

incorrect import in README #7

Closed yaheath closed 5 years ago

yaheath commented 5 years ago

The README says the import line to add to MainActivity.java should be: import com.voximplant.VIForegroundServicePackage; however that doesn't work.

The correct import looks like this: import com.voximplant.foregroundservice.VIForegroundServicePackage;

YuliaGrigorieva commented 5 years ago

Hello, @yaheath!

Thank you for reporting the issue!

I have updated the README file.

Best regards, Yulia Grigorieva