Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #693 from cds-snc/hotfix/transistor-background-fetch
Browse files Browse the repository at this point in the history
Use latest react-native-background-fetch
  • Loading branch information
timarney authored Jul 14, 2020
2 parents 6854321 + 7ecf6c5 commit e5f48ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lottie-react-native": "^3.4.0",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-background-fetch": "^3.0.4",
"react-native-background-fetch": "^3.1.0",
"react-native-config": "^1.1.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-linear-gradient": "^2.5.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff --git a/node_modules/react-native-background-fetch/android/build.gradle b/node_modules/react-native-background-fetch/android/build.gradle
index 9b3d82e..6f9fa7a 100644
index e4470f3..0c0df0c 100644
--- a/node_modules/react-native-background-fetch/android/build.gradle
+++ b/node_modules/react-native-background-fetch/android/build.gradle
@@ -29,5 +29,5 @@ dependencies {
@@ -27,5 +27,5 @@ repositories{

dependencies {
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
//implementation(group: 'com.transistorsoft', name:'tsbackgroundfetch', version: '+')
// tsbackgroundfetch.aar
- implementation fileTree(include: ['*.aar'], dir: 'libs')
+ api fileTree(include: ['*.aar'], dir: 'libs')
- implementation(group: 'com.transistorsoft', name:'tsbackgroundfetch', version: '+')
+ api fileTree(include: ['*.aar'], dir: 'libs/com/transistorsoft/tsbackgroundfetch/0.4.5')
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7167,10 +7167,10 @@ react-is@^16.12.0, react-is@^16.13.0, react-is@^16.7.0, react-is@^16.8.1, react-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

react-native-background-fetch@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/react-native-background-fetch/-/react-native-background-fetch-3.0.4.tgz#0b1e8b282e482343ce7f478ffb94cb72dfde054a"
integrity sha512-ZUfwFPDvTRK4Tkl59Is9t2L8cekgRIUA1jNAzMjNrH2O9hpPJ3jYGzfp/+ipxlVZIs+Y83KsgNbL3g7R83r6zw==
react-native-background-fetch@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/react-native-background-fetch/-/react-native-background-fetch-3.1.0.tgz#5ec182662e76bd8257f21c6f65cdcb73e87a0708"
integrity sha512-dnrfX3Od4r3aKuRSwDkpaPFXc3dYD5DbIW7CWC41M1CdEZEXNIWfZRvJPMVa72iflOzAh68ZTfZ3PgBK/NDtsQ==
dependencies:
fast-plist "^0.1.2"
plist "^3.0.1"
Expand Down

0 comments on commit e5f48ab

Please sign in to comment.