0.2.0 • Published 2 years ago

@gstarp/react-native-tgz v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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