Skip to content

stephanevm/react-native-quicklook

Repository files navigation

react-native-quicklook

ios quicklook

Installation

npm install react-native-quicklook

Usage

import Quicklook from 'react-native-quicklook';

// ...

Quicklook.open(path, { displayName: 'demo' }) //path to local file.
  .then(() => {
    // success
  })
  .catch((error) => {
    // error
  });

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors