react-native-encryption-library
react-native-encryption-library copied to clipboard
EncryptionModule undefined
请问这个库ios是否支持?下面是我的使用方法,但是运行时报错:"cannot read property 'MD5ByCallBack' of undefined ",(react-native-encryption-library的版本是1.0.9)
引用: import {NativeModules} from 'react-native'; var EncryptionModule=NativeModules.EncryptionModule
调用: EncryptionModule.MD5ByCallBack
iOS版本暂时没有适配更新哈