You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing options in all the methods should be optional, nowadays it is required to pass an empty object.
At present the keys are optional, while probably they have a fallback value in the implementation (e.g., app for keychainService).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Passing
options
in all the methods should be optional, nowadays it is required to pass an empty object.At present the keys are optional, while probably they have a fallback value in the implementation (e.g.,
app
forkeychainService
).Same for
master
thankeystore
branch.See:
react-native-sensitive-info/index.d.ts
Line 32 in 1575f89
The text was updated successfully, but these errors were encountered: