Adrian Soto Hidalgo

Results 1 comments of Adrian Soto Hidalgo

I have the same issue. This in my code. ` export const encryptData = async (data) => { try { const publicKeyRF = await RNFS.readFile(publicKeyFilePath, "utf8"); const bufferVal = Buffer.from(data,...