mCodex / react-native-sensitive-info

Save sensitive data into Android's Shared Preferences with keystore encryption/iOS's Keychain for React Native
https://mcodex.dev/react-native-sensitive-info/
MIT License
979 stars 216 forks source link

I am facing issue with this package in windows system on some system when key is not available and when i try to call getItem method it's not even throwing error it will result in white screen issue. #380

Open rohitgaidhane opened 1 year ago

rohitgaidhane commented 1 year ago

"use strict"; import SInfo from "react-native-sensitive-info";

/**

/**

/**

export { getItem, setItem, removeItem }; code snippet i am using "react-native-sensitive-info": "^5.5.8",

stale[bot] commented 1 year ago

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.