Closed gisawebdev closed 1 year ago
I have the same issue, do you resolve this problem?
Default import is deprecated in new version this lib. Use
import { getColors } from 'react-native-image-colors';
instead
import ImageColors from 'react-native-image-colors';
Bug
i'm practicing in an expo app i follow all the instructions in the package and i get this error:
Possible Unhandled Promise Rejection (id: 0): Error: Cannot find native module 'ImageColors', js engine: hermes
Environment info
Steps To Reproduce