From bd352326090da59eb7fff8b41ffb46c7f5d59767 Mon Sep 17 00:00:00 2001 From: Justas Brazauskas Date: Wed, 18 Jan 2023 13:42:10 +0200 Subject: [PATCH] Support all RN versions --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 4d99c41..944ea2f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -34,5 +34,5 @@ repositories { } dependencies { - implementation 'com.facebook.react:react-native:0.15.+' + implementation 'com.facebook.react:react-native:+' }