krupal.buoyancy
Results
1
issues of
krupal.buoyancy
const onFinalSave = async () => { const targetPath = Platform.OS === 'ios' ? `${RNFS.DocumentDirectoryPath}/${imageName}` : `${RNFS.DownloadDirectoryPath}/${imageName}`; const uri = await viewShotRef.current.capture(); const imageBuffer = await RNFS.readFile(uri, 'base64'); const imagePath...