hhunaid / react-native-image-crop-tools

Native-ish Image Crop Tools for react native
172 stars 58 forks source link

Issue #77: fix for could not resolve dependency peer react@"^16.8.1" with React Native 0.7x #78

Closed fcaldarelli closed 1 year ago

fcaldarelli commented 1 year ago

Update peerDependency to support React Native 0.7x

fcaldarelli commented 1 year ago

@hhunaid I saw that you created 1.6.3 tag and released new version to npmjs, but package does not contain dist/ folder, so the package breaks link phase.

I think that you missed to launch "npm run build" command before publish the package to npmjs.

Can you re-publish the package to npmjs with dist/ folder included?

hhunaid commented 1 year ago

My bad. Fixed