-
Notifications
You must be signed in to change notification settings - Fork 638
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add react-native-dark-mode back (#5528)
- Loading branch information
1 parent
bf65d6a
commit 5fe58d5
Showing
5 changed files
with
696 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/node_modules/react-native-dark-mode/android/build.gradle b/node_modules/react-native-dark-mode/android/build.gradle | ||
index 11c2a43..7b13d85 100644 | ||
--- a/node_modules/react-native-dark-mode/android/build.gradle | ||
+++ b/node_modules/react-native-dark-mode/android/build.gradle | ||
@@ -20,7 +20,7 @@ buildscript { | ||
} | ||
|
||
apply plugin: 'com.android.library' | ||
-apply plugin: 'maven' | ||
+// apply plugin: 'maven' | ||
|
||
// Matches values in recent template from React Native 0.59 / 0.60 | ||
// https://github.com/facebook/react-native/blob/0.59-stable/template/android/build.gradle#L5-L9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.