rajatSingh16
Results
1
issues of
rajatSingh16
I have done `import AesCrypto from 'react-native-aes-kit'` I have also tried ``` import {NativeModules} from 'react-native' const {AesCrypto} = NativeModules ``` But nothing seems to be working in `IOS`, however...