React Native Foreground Service

Posted by Greg Stephens on February 03, 2018 · 1 min read

If you make changes to the name of the service or it’s package change, you must clean the android project:

cd android
./gradlew clean
cd ..