I'm trying to implement pinlock screen in my react native application, and i'm like having a dependencies conflict with async storage community package and react native async storage. Is there anyway to replace the async storage community which is deprecated with the new one in a third party library ?
You can fork the library repo and replace the deprecated lib with the existing one.