|
|
|
|
|
by silkodyssey
3420 days ago
|
|
That's an interesting idea. The code to select and resize the images are native third-party plugins so in this case I am not sure anything more could be done. I thought maybe the problem was that the app had to switch to another app to select the image. I reimplemented the code using a pure JavaScript plugin based on React Native's CameraRoll API to avoid switching apps and it still crashed when the image was selected for processing. |
|