Skip to content

Commit 5c56715

Browse files
author
karahanharunn
committed
refactor
1 parent dc28934 commit 5c56715

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

android/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ allprojects {
6666
}
6767
google()
6868
maven { url 'https://jitpack.io' }
69-
maven {
70-
url "$rootDir/../node_modules/@notifee/react-native/android/libs"
71-
}
7269
}
7370
}
7471

react-native.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
module.exports = {
2-
dependencies: {},
2+
dependencies: {
3+
'@notifee/react-native': {
4+
platforms: {
5+
android: {
6+
sourceDir: '../node_modules/@notifee/react-native/android/libs',
7+
},
8+
},
9+
},
10+
},
311
};

0 commit comments

Comments
 (0)