nitin42 / react-imgpro

📷 Image Processing Component for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working on react-native

Huzaifaak opened this issue · comments

package.json :
"react": "16.3.1",
"react-imgpro": "^1.3.9",
"react-native": "0.55.4",

I am getting the following error when trying to import this library:

**A common cause of this error is the presence of a configuration options object without the corresponding preset name. Example:

Invalid:
{ presets: [{option: value}] }
Valid:
{ presets: [['presetName', {option: value}]] }**

This lib did not support react-native