oyyq99999 / react-native-secure-storage

A secure AsyncStorage implementation
MIT License
74 stars 54 forks source link

Typescript Support #54

Open chris-allbound opened 1 year ago

chris-allbound commented 1 year ago

I'm getting the following error when trying to import the module. Could not find a declaration file for module 'react-native-secure-storage'. '/Users/christopherreeves/MyKasuMobileV3/node_modules/react-native-secure-storage/index.js' implicitly has an 'any' type.   Try npm i --save-dev @types/react-native-secure-storage if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-secure-storage';

Will this module have Typescript support?