Clément Taboulot
Clément Taboulot
Hi @ge0rg , We lacked the time to manage this repo (yes, it's been while). I'm the maintainer now. I see that your topic is still relevant. I will review...
This is the correct babel config I found: ``` { presets: [ [ 'babel-preset-expo', { jsxRuntime: 'classic', }, ], ], } ``` **How did I find it ?** I went...
@Saikedo & @codeundercoverdev Finally, I had time to look deeper. The related code is here : https://github.com/bamlab/react-native-image-resizer/blob/254e4df2aa2889d223af84006d3a06ce9864a8f1/ios/ImageResizer.mm#L133-L139 The problem (it looks like it was already the case before) is that...
Hi there, I had time to fix the initial problem in the following PR: #381. The problem was initially introduced by me during a refactor. Major problems with absolute path...
@rcase100 I thought about doing it. But If I do that it will introduce again the issue with camera-roll library that return an uri starting with `ph://`. I prefer to...
Fix released in [3.0.6](https://github.com/bamlab/react-native-image-resizer/releases/tag/v3.0.6)
Hey ! Indeed I think it's not normal. Will be fixed in this PR once merged : #398
@retyui I close this issue has it must be fixed in [3.0.10](https://github.com/bamlab/react-native-image-resizer/releases/tag/v3.0.10).
@OHHAKO Thx for the PR. We will find someone next week at BAM to review it.