0.1.5 • Published 6 months ago

@datacomvn/file-opener v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@datacomvn/file-opener

React Native file opener của Datacom Vietnam

Installation

yarn add @datacomvn/file-opener react-native-nitro-modules

> `react-native-nitro-modules` là bắt buộc vì thư viện này phụ thuộc vào [Nitro Modules](https://nitro.margelo.com/).

Usage

import { FileOpener } from '@datacomvn/file-opener';

// Mở file với đường dẫn cụ thể
const success = FileOpener.open('/path/to/your/file.pdf');

// Kiểm tra kết quả
if (success) {
  console.log('File đã được mở thành công');
} else {
  console.error('Không thể mở file');
}

License

MIT


Made with create-react-native-library

0.1.5

6 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago