react-native-aes
react-native-aes copied to clipboard
index.d.ts is not a module.
Hello! Thank you for your job! But I have a typing issue with version 1.3.10
When I do:
import Aes from 'react-native-aes-crypto'
I have the following issue:
File '/node_modules/react-native-aes-crypto/index.d.ts' is not a module
i get this issue as well
declare module '@tectiv3/react-native-aes-crypto' {
function pbkdf2(password: string, salt: string, cost: number, length: number): Promise
needs to be
declare module 'react-native-aes-crypto' {
function pbkdf2(password: string, salt: string, cost: number, length: number): Promise
after bundled
Hello. Could you help me fix this bug? I also can't import this library