flexyford / impagination

A lazy data layer for your paged records
102 stars 7 forks source link

Problem importing Dataset #38

Closed mic7010 closed 6 years ago

mic7010 commented 7 years ago

When importing the Dataset I am getting an error

'Unable to resolve module 'util' from node-modules/binary-search-tree/lib/avltree.js'

I am running 0.44.1 of React Native

richardwalander commented 7 years ago

I had the same problem and it is because the node-util module does not exist in RN. A quick fix that worked for me was simply npm install util or yarn add util. Hope this info helps you.

cowboyd commented 6 years ago

Looks like this is a duplicate of #40