Skip to content

Commit

Permalink
fix(sample): update notifee
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Jun 15, 2022
1 parent 952cf9c commit a54048c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions sample/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ allprojects {
url("$rootDir/../node_modules/jsc-android/dist")
}

maven {
// Notifee
url "$rootDir/../node_modules/@notifee/react-native/android/libs"
}

google()
maven { url 'https://www.jitpack.io' }
}
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@faker-js/faker": "^6.0.0-alpha.7",
"@notifee/react-native": "^5.0.3",
"@notifee/react-native": "^5.3.0",
"@react-native-async-storage/async-storage": "^1.15.17",
"@react-native-clipboard/clipboard": "^1.8.5",
"@react-native-community/cameraroll": "^4.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2545,10 +2545,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@notifee/react-native@^5.0.3":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@notifee/react-native/-/react-native-5.2.1.tgz#ecf38344c682940be1be8a56141a82bd8fa93a4c"
integrity sha512-qtGU2161qF7SQEFBOGec+EMLVX6ISBgpBllEjq6zd/zRZ35RraqkyFS/S84N6J14l6D5MyNLUqKRkZNG2aMFqg==
"@notifee/react-native@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@notifee/react-native/-/react-native-5.3.0.tgz#79d20e2d9d383d45de3efd12f616606ac7a31229"
integrity sha512-P8uj/Ar4sAJ9sq+1W6qklQ2yw66GBTYD3qgKXoD6sJihoCVbniQ2A8xMYIPG1Y/To/DcbPouc9lsNm2XrxQQXA==

"@npmcli/ci-detect@^1.0.0":
version "1.4.0"
Expand Down

0 comments on commit a54048c

Please sign in to comment.