Re-opening this issue as it is not supporting on react-native.
After importing import filter from 'filter-object'; ,
I'm getting below error
Module 'util' does not exist in the haste module map
util is a built-in node module. If it's not found, then you'll need to configure your bundler (whatever builds your react-native app) to use or polyfill built-in node modules.
Re-opening this issue as it is not supporting on react-native. After importing
import filter from 'filter-object';
, I'm getting below errorModule 'util' does not exist in the haste module map