media-files-reindex-mobile
v0.1.5
Published
scan media library after upload for fast refresh media library like telegram
Downloads
42
Readme
media-files-reindex-mobile
scan media library after upload for fast refresh media library like telegram
Installation
npm install media-files-reindex-mobile
Usage
import { scanFile } from 'media-files-reindex-mobile';
// ...
scanFile('/path/to/file').then(() => {
console.log('File scanned successfully');
}).catch(error => {
console.error('Error scanning file:', 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