https://github.com/NativeScript/plugins/tree/main/packages/secure-storage is based on no-longer maintained plugins as also mentioned in EddyVerbruggen/nativescript-secure-storage#40
During Hackergarten Dortmund, we took a deeper analysis of that and how and update for the plugin could be done.
We found that both iOS and Android nowadays provide native APIs to fullfil the plugins use case.
Thus, we think the underlying libraries could be replaced by updating the implementation to use that APIs.
https://github.com/NativeScript/plugins/tree/main/packages/secure-storage is based on no-longer maintained plugins as also mentioned in EddyVerbruggen/nativescript-secure-storage#40
During Hackergarten Dortmund, we took a deeper analysis of that and how and update for the plugin could be done.
We found that both iOS and Android nowadays provide native APIs to fullfil the plugins use case.
Thus, we think the underlying libraries could be replaced by updating the implementation to use that APIs.