-
Notifications
You must be signed in to change notification settings - Fork 41
Description
When I try to run my android app after installing the react-native-detector, I have this kind of error:
Task :react-native-detector:compileDebugKotlin FAILED
Task :invertase_react-native-apple-authentication:compileDebugKotlin
w: /Users/marquicas2/Documents/rodeo/node_modules/@invertase/react-native-apple-authentication/android/src/main/java/com/RNAppleAuthentication/webview/SignInWebViewClient.kt: (15, 21): 'constructor Handler()' is deprecated. Deprecated in Java
w: /Users/marquicas2/Documents/rodeo/node_modules/@invertase/react-native-apple-authentication/android/src/main/java/com/RNAppleAuthentication/webview/SignInWebViewDialogFragment.kt: (42, 40): 'getParcelable(String?): T?' is deprecated. Deprecated in Java
w: Detected multiple Kotlin daemon sessions at build/kotlin/sessions
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Any thought? Probably related to the library needs an upgrade of version?