-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Labels
a-AndroiddependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
I see this deprecation warning when running ./gradlew help --warning-mode=all
from android
(recommended by this doc):
> Configure project :react-native-text-input-reset
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed soon. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
Its GitHub page says it was only meant to be temporary, so I'm not confident that this deprecation warning will ever be addressed. But from a quick skim of the RN issue it was aimed to be a workaround for, facebook/react-native#12462, it's not immediately clear that that issue has been fixed in any version of React Native.
A complete fix must include:
- this dependency is removed
- we're confident that Android bugfixes: TextInput issues facebook/react-native#12462 doesn't affect us
Metadata
Metadata
Assignees
Labels
a-AndroiddependenciesPull requests that update a dependency filePull requests that update a dependency file