Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it working with the latest React Native versions? #49

Open
Richi2293 opened this issue Jul 14, 2018 · 5 comments
Open

is it working with the latest React Native versions? #49

Richi2293 opened this issue Jul 14, 2018 · 5 comments

Comments

@Richi2293
Copy link

I need to check the status of the wifi, that is if it is connected to a specific wifi.
Could this library fit my case? works well?

Thanks

@xRahul
Copy link

xRahul commented Sep 10, 2018

Not for me. Throwing errors:

/Users/slx/Documents/GitHub/NotifyAvailabilityUpgrade/node_modules/react-native-background-task/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:3: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.

/Users/slx/Documents/GitHub/NotifyAvailabilityUpgrade/node_modules/react-native-background-task/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:4: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.

/Users/slx/Documents/GitHub/NotifyAvailabilityUpgrade/node_modules/react-native-background-task/android/build/intermediates/res/merged/release/values-v26/values-v26.xml:15:21-54: AAPT: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.

/Users/slx/Documents/GitHub/NotifyAvailabilityUpgrade/node_modules/react-native-background-task/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.

/Users/slx/Documents/GitHub/NotifyAvailabilityUpgrade/node_modules/react-native-background-task/android/build/intermediates/res/merged/release/values-v24/values-v24.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.

/Users/slx/Documents/GitHub/NotifyAvailabilityUpgrade/node_modules/react-native-background-task/android/build/intermediates/res/merged/release/values-v26/values-v26.xml:15: error: Error: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.


:react-native-background-task:processReleaseResources FAILED

@ndersh
Copy link

ndersh commented Sep 11, 2018

@xRahul I get the same error. Relates to #57

@nowarzz
Copy link

nowarzz commented Feb 20, 2019

@xRahul I got the exact same error as yours.

@Richi2293
Copy link
Author

I think it is due to the fact that it has not been updated for a long time and therefore no longer fully compatible with last react native versions (last android/iso versions)

@danielsotopino
Copy link

In node_modules/react-native-background-task/android/build.gradle I changed:

compileSdkVersion 23 -> 28

And now it works ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants