jonschlinkert / filter-object

Return a copy of an object, filtered to have only keys that match the given glob patterns.
MIT License
24 stars 2 forks source link

React-Native support? #7

Open ghost opened 6 years ago

ghost commented 6 years ago

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

doowb commented 6 years ago

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.