async-storage icon indicating copy to clipboard operation
async-storage copied to clipboard

Typescript support not there

Open vinay0458 opened this issue 5 years ago • 1 comments

Ask your Question

Hi Team,

This is awesome package, but it has no typescript support. Now, most of the projects working with ts.

vinay0458 avatar Sep 06 '19 17:09 vinay0458

@vinay0458 How about this? It works well for me.

declare module '@callstack/async-storage' {
  export { AsyncStorage as default } from 'react-native';
}

Lpaydat avatar Nov 10 '19 17:11 Lpaydat