nbesli/pdf-merger-js

Not working with react-native

Closed this issue · 1 comments

Getting this error ->

Unable to resolve module fs from node_modules\pdf-merger-js\index.js: fs could not be found within the project.

fs is a native node.js module to access the file system.
This library needs file-system access to work. It should be possible to rewrite it to use react-natives file api.