Skip to content

Commit f40445e

Browse files
author
karahanharunn
committed
Revert "refactor"
This reverts commit 5c56715.
1 parent 5c56715 commit f40445e

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

android/build.gradle

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

react-native.config.js

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

0 commit comments

Comments
 (0)