`expo-image-manipulator` Unimodule not found

npm install expo-image-manipulator results in npm ERR! 404 Not Found: expo-image-manipulator@latest. Seems that the package is not available on npm.

I installed @unimodules/core and was able to use expo-file-system.
I was able to install expo-barcode-scanner.

Hey @howardwkim,

Is this in an ejected ExpoKit app? Also, what version of the SDK are you running?

Thanks!

I’m having the same issue - can’t find the module via NPM. I’m using it in a bare react native project, and have done the pre-steps for unimodules installation (https://github.com/unimodules/core).

$ npm install --save expo-image-manipulator
npm ERR! code E404
npm ERR! 404 Not Found: expo-image-manipulator@latest

npm ERR! A complete log of this run can be found in:
npm ERR!     .../.npm/_logs/2019-03-03T12_28_39_901Z-debug.log
...$ npm install --save expo-image-manipulator
npm ERR! code E404
npm ERR! 404 Not Found: expo-image-manipulator@latest

Hey @cjpete,

I’ll bring this issue up internally, and get back to both of you.

Thanks!

@cjpete and @howardwkim,

Turns out, this package isn’t published yet! It will be published alongside the SDK 33 release.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.