expo-image-editor
expo-image-editor copied to clipboard
Make it stable
Dear Thomas,
I think you should includes and fix something to make it stable version. Here're what I found:
- These following dependencies should not be devDependencies because your library won't work without it. You should keep it in list of dependencies.
- expo-image-manipulator
- expo-gl
- recoil
- ImagePicker.requestCameraRollPermissionsAsync() is deprecated in favour of ImagePicker.requestMediaLibraryPermissionsAsync()
You can replace it in your home instruction in readme file.
Hope it helps
True @innonguyen . this need to be adjusted I had to install those Libary one after the other
I agree that recoil should definitely be in the dependencies. However, expo-gl and expo-image-manipulator are already listed in peerDependencies. That does mean that you need to install those yourself, but that's kind of what peerDependencies is for. The Readme should probably call out that you need to install those yourself though. I submitted a PR to add recoil and react-native-gesture-handler to dependencies.