CodingZeal / redux-persist-sensitive-storage

redux-persist storage engine for react-native-sensitive-info
MIT License
248 stars 34 forks source link

chore: moved to typescript and added typedefinition files #32

Open jfamousket opened 3 years ago

jfamousket commented 3 years ago

Hey, I moved the index.js file to an index.ts file and added some static types for the functions, I also tested the lib with the latest version of react-native-sensitive-info which uses Keystore by default so there's no need for the Keystore branch anymore.