Open Anubhav-v opened 5 years ago
Not only fs, but also some node lib. I am facing the error
error: bundling failed: Error: Unable to resolve module `assert` from `......\node_modules\jsonpath\lib\index.js`: Module `assert` does not exist in the Haste module map
If #94 were to be merged it would either fix this or at least come close to fixing this.
Thanks! Workaround for now - use the standalone jsonpath.min.js directly as a module inside the react-native project. Hope this usage doesn't violate any assumptions!
For me , I haven't started using this lib yet, so I just give up, LOL. But still thanks for your workaround. @Anubhav-v
Unable to use jsonpath in react-native environment because of dependency on fs. Is it possible to remove this dependency?