As discussed in #74, the core package's main package.json field is pointing to an old file that doesn't exist anymore. Most bundlers should be resolving the exports.require or exports.default field instead, but Metro isn't. This should be updated anyway, so do it.
Description
As discussed in #74, the core package's
main
package.json field is pointing to an old file that doesn't exist anymore. Most bundlers should be resolving theexports.require
orexports.default
field instead, but Metro isn't. This should be updated anyway, so do it.