thomas-coldwell / expo-image-editor

A super simple image cropping and rotation tool for Expo that runs on iOS, Android and Web!
164 stars 34 forks source link

install instructions need improvement #85

Open spinoza1791 opened 2 years ago

spinoza1791 commented 2 years ago

Should look like this:

yarn add expo-image-editor

Also required: @expo/vector-icons expo-asset expo-file-system expo-gl expo-gl-cpp expo-image-manipulator recoil react-native-gesture-handler@~2.5.0

IliasseWahbi commented 2 years ago

thanks ! you saved my day. After following the official instructions everything was working well in DEV and --no-dev mode. But in production after uploading the app in appstore.connect, a blank white screen appeared when I tried to use the crop from this module. The missing installation you listed fixed it, thanks.

pepperav commented 1 year ago

react-dom, react-native-web as well!

By the way, awesome work!!!! 🏆