nitin42 / react-imgpro

📷 Image Processing Component for React
2.18k stars 83 forks source link

Not working on react-native #23

Closed Huzaifaak closed 5 years ago

Huzaifaak commented 6 years ago

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}]] }**

Sunshine168 commented 6 years ago

This lib did not support react-native