-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Description
We're using Geodesy in a React-Native Android app and are trying to upgrade from 1.1.3 to 2.2.0, however when trying to build and run we get the following error:
While trying to resolve module
geodesy
from fileredux\NMEA.js
, the packagenode_modules\geodesy\package.json
was successfully found. However, this package itself specifies amain
module field that could not be resolved (\node_modules\geodesy\index
). Indeed, none of these files exist:
node_modules\geodesy\index(.native||.android.js|.native.js|.js|.android.json|.native.json|.json)
node_modules\geodesy\index\index(.native||.android.js|.native.js|.js|.android.json|.native.json|.json)
We've got esm installed and updated to Geodesy 2.2.0 with the npm command from the readme. React-native is version 0.52.1.
Any help on this would be massively appreciated, thanks :)
Metadata
Metadata
Assignees
Labels
No labels