With performInPlace:false set, iOS does not show the image after its taken. All we get is: ImageSource error: 'BundleFileImageSource-failed-conversion' in the Problems tab.
Android works just fine with the same code. iOS works fine when performInPlace is set to true or omitted altogether.
Fuse 1.2.1 build 13974, macOS.
Affected: iOS Not affected: Android
Reproduction:
With
performInPlace:false
set, iOS does not show the image after its taken. All we get is:ImageSource error: 'BundleFileImageSource-failed-conversion'
in the Problems tab.Android works just fine with the same code. iOS works fine when
performInPlace
is set totrue
or omitted altogether.