You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to import Exif using import {Exifr} from 'exifr';
I get this error :
Error: node_modules/exifr/dist/full.umd.js:Invalid call at line 1: import(
/* webpackIgnore: true */
e)
at transformJS (/Users/samarthahm/Projects/React-native/getExif/node_modules/metro-transform-worker/src/index.js:262:15)
at transformJSWithBabel (/Users/samarthahm/Projects/React-native/getExif/node_modules/metro-transform-worker/src/index.js:410:16)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Object.transform (/Users/samarthahm/Projects/React-native/getExif/node_modules/metro-transform-worker/src/index.js:571:12)
error: node_modules/exifr/dist/full.umd.js: node_modules/exifr/dist/full.umd.js:Invalid call at line 1: import(
/* webpackIgnore: true */
e)
When I try this import * as Exifr from '../../../node_modules/exifr/dist/lite.legacy.umd'; // or any sort of this
I get this error :
TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[3], "./src/screens").Home')
How to use this library with react native typescript
The text was updated successfully, but these errors were encountered:
When I try to import Exif using
import {Exifr} from 'exifr';
I get this error :
When I try this
import * as Exifr from '../../../node_modules/exifr/dist/lite.legacy.umd';
// or any sort of thisI get this error :
How to use this library with react native typescript
The text was updated successfully, but these errors were encountered: