ios quicklook
npm install react-native-quicklookimport Quicklook from 'react-native-quicklook';
// ...
Quicklook.open(path, { displayName: 'demo' }) //path to local file.
.then(() => {
// success
})
.catch((error) => {
// error
});See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library