Raja0sama / rn-foreground-service

Foreground Service for React Native made with ❤
https://rn-foreground.vercel.app/
147 stars 70 forks source link

Not working on expo prebuild project #80

Open Aarish27 opened 10 months ago

Aarish27 commented 10 months ago

I am facing this error while starting the app. Even there is code in the related files.

What went wrong: Execution failed for task ':app:processDebugResources'.

A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction Android resource linking failed ERROR:G:\Projects\prac\noapp\android\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir\values\values.xml:844: AAPT: error: resource color/colorPrimary (aka com.noapp:color/colorPrimary) not found.

 ERROR:G:\Projects\prac\noapp\android\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir\values\values.xml:845: AAPT: error: resource color/colorPrimaryDark (aka com.noapp:color/colorPrimaryDark) not found.
jasan-s commented 8 months ago

can this lib work with EXPO?

wilmxre commented 4 months ago

can this lib work with EXPO?

yes. you can read about it here: https://docs.expo.dev/workflow/prebuild/ https://docs.expo.dev/develop/development-builds/create-a-build/