Open
Description
align-deps
should remove stale dependencies when upgrading react-native.
For instance, @react-native-community/async-storage
was renamed to @react-native-async-storage/async-storage
some time ago. When people are upgrading from 0.63 to 0.64, we resolve the storage
capability to @react-native-async-storage/async-storage
, but do not remove @react-native-community/async-storage
.
Metadata
Metadata
Assignees
Type
Projects
Status
🌳 Backlog