diff --git a/CachedImageExample/.flowconfig b/CachedImageExample/.flowconfig index 527ecf5..cce8139 100644 --- a/CachedImageExample/.flowconfig +++ b/CachedImageExample/.flowconfig @@ -35,21 +35,12 @@ suppress_type=$FlowIssue suppress_type=$FlowFixMe suppress_type=$FixMe -<<<<<<< ours -suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-5]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\) -suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-5]\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+ -======= suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-7]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\) suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-7]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+ ->>>>>>> theirs suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError unsafe.enable_getters_and_setters=true [version] -<<<<<<< ours -^0.35.0 -======= ^0.47.0 ->>>>>>> theirs diff --git a/CachedImageExample/android/app/src/main/java/com/cachedimageexample/MainApplication.java b/CachedImageExample/android/app/src/main/java/com/cachedimageexample/MainApplication.java index bf5c63b..73240c6 100644 --- a/CachedImageExample/android/app/src/main/java/com/cachedimageexample/MainApplication.java +++ b/CachedImageExample/android/app/src/main/java/com/cachedimageexample/MainApplication.java @@ -1,6 +1,5 @@ package com.cachedimageexample; -<<<<<<< ours import android.util.Log; import android.app.Application;