nativescript-secure-storage
nativescript-secure-storage copied to clipboard
Not working in iOS simulator
plugin version: @nativescript/secure-storage 3.0.0
I followed the readme blow but nothing changed.

This is the way I add disableFallbackToUserDefaults.

I checked the node_modules's javascript file and I found the fix of iOS Simulator doesn't exist.

@EddyVerbruggen Could you merge this to the version 3.0.0?
You should use @heywhy/ns-secure-storage (https://github.com/heywhy/nativescript-plugins/tree/main/packages/ns-secure-storage) to handle your use case. It has the same API as this plugin