Created
December 24, 2023 21:08
-
-
Save Akifcan/ba97e31ce4bf7704140dfb0af8b551bd to your computer and use it in GitHub Desktop.
react-native-image-color-pick-3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let imagePath: string = '' | |
const resp = await RNFetchBlob.config({ | |
fileCache: true, | |
}).fetch('GET', url) | |
imagePath = resp.path() | |
const base64 = await resp.readFile('base64') | |
fs.unlink(imagePath) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment