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 all the import and functions works on Android
I have done installing of pods too and podspec file also saved under react-native-aes-kit
I have done
import AesCrypto from 'react-native-aes-kit'I have also tried
But nothing seems to be working in
IOS, however all the import and functions works on AndroidI have done installing of pods too and podspec file also saved under
react-native-aes-kit