UNPKG

react-native-chunky

Version:
6 lines (4 loc) 118 B
import RNFS from 'react-native-fs' export function readFileAsBase64(path) { return RNFS.readFile(path, 'base64') }