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

Update dependency to make it support higher version of background fetch #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fattahmuhyiddeen
Copy link

No description provided.

@jamesisaac
Copy link
Owner

I believe I limited the dependency to that version, as it was the last version before their APIs changed. So using a later version of the library would require more changes: updating the API calls, major version bump, etc.

Is there some specific reason you want to use a higher version than 2.0.x?

@xRahul
Copy link

xRahul commented Sep 10, 2018

2.0.x is not working for me. linking it is throwing errors.
Also, react-native run-android is not working with the latest react-native package. Getting these 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

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

Successfully merging this pull request may close these issues.

None yet

3 participants