Not working with react-native
Closed this issue · 1 comments
viveKing21 commented
Getting this error ->
Unable to resolve module fs
from node_modules\pdf-merger-js\index.js
: fs could not be found within the project.
mojoaxel commented
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.