@gstarp/react-native-tgz
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

react-native-tgz

decompress .tgz in react-native

You MUST Know

  • can work with expo-filesystem
  • only support decompress
  • only for Android
  • only for RN's old architecture

Installation

npm install @gstarp/react-native-tgz

Usage

import { decompress } from '@gstarp/react-native-tgz';

decompress('example.tgz', '/data/tmp');

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

Package Sidebar

Install

npm i @gstarp/react-native-tgz

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

27.7 kB

Total Files

21

Last publish

Collaborators

  • gstarp