You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do you want to use react-native-fs in Node when you can just use fs?
And for resizing images, sharp in theory would work but it's a native module so you will have to make sure it compiles correctly for Android (arm / arm64) and iOS (arm64), which depending on the case can be complex. You can also use pure JS modules that manipulate images, like jimp.
In particular, I'd like to use https://github.com/itinance/react-native-fs and https://github.com/bamlab/react-native-image-resizer.
If not, would Node's
fs
and https://github.com/lovell/sharp work for that (manipulating images in storage) in this layer?The text was updated successfully, but these errors were encountered: