tectiv3 / react-native-aes

Native module for AES encryption
MIT License
188 stars 135 forks source link

Working with typescript #53

Closed aalhitennf closed 3 years ago

aalhitennf commented 3 years ago

I don't really understand how i should use this with typescript?

import { NativeModules, Platform } from 'react-native' var Aes = NativeModules.Aes

Type of Aes, is any which makes it unusable in typescript. Npmjs shows this package has typescript declarations and theres at least one .d.ts file in the repo, should i be doing something differently?

aalhitennf commented 3 years ago

commit 13e03e6 fixed this