media-files-reindex-mobile
v0.1.5
Published
scan media library after upload for fast refresh media library like telegram
Readme
media-files-reindex-mobile
scan media library after upload for fast refresh media library like telegram
Installation
npm install media-files-reindex-mobileUsage
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
