bhrott / react-native-masked-text

A pure javascript masked text and input text component for React-Native.
MIT License
1.6k stars 251 forks source link

bundling filed: Error: while trying to resolve module `moment` #101

Closed filipepratalima closed 5 years ago

filipepratalima commented 5 years ago

When trying to bundle the lib into my project Im getting this error after updating from 1.6.5 to now 1.9.2.

error: bundling failed: Error: While trying to resolve modulemomentfrom file/Users/filipe/dev/workspace/my-app/node_modules/react-native-masked-text/dist/lib/masks/datetime.mask.js, the package/Users/filipe/dev/workspace/my-app/node_modules/react-native-masked-text/node_modules/moment/package.jsonwas successfully found. However, this package itself specifies amainmodule field that could not be resolved (/Users/filipe/dev/workspace/my-app/node_modules/react-native-masked-text/node_modules/moment/moment.js`. Indeed, none of these files exist:

filipepratalima commented 5 years ago

After further researching and clean install, this issue seems to have resolved, Ill retire the ticket.