How do I read a file in React Native?

below code is about how to read the file by react-native-fs on RN(React Native) project. … // typescript style import * as RNFS from ‘react-native-fs’; … // readFile(filepath: string, encoding?: string) RNFS. readFile(filePath, ‘ascii’). then(res => { … }) .

Sizin İçin Seçtik  How do I open a PDF in React Native?

Leave a Reply

Your email address will not be published. Required fields are marked *