npm install react-native-pdf-to-image
import { convert, convertB64 } from 'react-native-pdf-to-image';
const uri = 'file:///data/.........' // Any PDF file uri
const images = await convert(uri); // { outputFiles: [' /* image file path in cache */'] }
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT