I need to extract tar file in react native app, and I found a library for doing that (react-native-archiver), but it support only android not IOS.
I found this library on github tarkit, but how is it possible to add it to node modules like through npm install.