Skip to content

Instantly share code, notes, and snippets.

View nschild's full-sized avatar

Nick Schild nschild

View GitHub Profile
diff --git a/node_modules/react-native-appearance/android/build.gradle b/node_modules/react-native-appearance/android/build.gradle
index 4b468ef..25601a0 100644
--- a/node_modules/react-native-appearance/android/build.gradle
+++ b/node_modules/react-native-appearance/android/build.gradle
@@ -63,6 +63,8 @@ dependencies {
// https://github.com/facebook/react-native/blob/0.61-stable/template/android/app/build.gradle#L192
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
+ // For @Nullable/@NonNull
+ implementation 'com.android.support:support-annotations:+'