Eu estou tentando executar um projeto utilizando o sequelize em react-native só que essa mensagem ocorre quando eu executo o projeto no meu smartphone:
The package at "node_modules\sequelize\lib\sequelize.js" attempted to import the Node standard library module "url". It failed because the native React runtime does not include the Node standard library.
O que eu faço para resolver esse problema?