I have the following code in Nodejs:
Buffer.from(`${pwd}`, 'base64').toString('utf8')
I have to do the same thing in Javascript for React-native.
How can I do some advice?
I have the following code in Nodejs:
Buffer.from(`${pwd}`, 'base64').toString('utf8')
I have to do the same thing in Javascript for React-native.
How can I do some advice?