Closed navasiloy closed 2 years ago
sprenRef.current?.setAutoStart(boolean); (Replace with sprenRef.current?.reset() method)
sprenRef.current?.setAutoStart(boolean);
sprenRef.current?.reset()
sprenRef.current?.setTorchMode(boolean) (Replace with sprenRef.current?.turnFlashOn())
sprenRef.current?.setTorchMode(boolean)
sprenRef.current?.turnFlashOn()
sprenRef.current?.dropComplexity() (no need to handle anymore)
sprenRef.current?.dropComplexity()
sprenRef.current?.handleOverExposure() (no need to handle anymore)
sprenRef.current?.handleOverExposure()
None
Android: Add SprenCapture reset method
Android: Add SprenCapture turnFlashOn method
Android: Fix lens coverage bug
Example App: Add unsupportiveness notice for Android 8 or lower devices
Example App: Cancel reading when device enter background mode
Example App: Result screen when pressing back button or user swipes back -> navigates to home screen
Add new license (see LICENSE.pdf)
2.0.0
Android Breaking changes in 2.x
(Replace withsprenRef.current?.setAutoStart(boolean);
sprenRef.current?.reset()
method)(Replace withsprenRef.current?.setTorchMode(boolean)
sprenRef.current?.turnFlashOn()
)(no need to handle anymore)sprenRef.current?.dropComplexity()
(no need to handle anymore)sprenRef.current?.handleOverExposure()
iOS Breaking changes in 2.x
None
All the breaking changes are handled in example app (check it for more details)
Android: Add SprenCapture reset method
Android: Add SprenCapture turnFlashOn method
Android: Fix lens coverage bug
Example App: Add unsupportiveness notice for Android 8 or lower devices
Example App: Cancel reading when device enter background mode
Example App: Result screen when pressing back button or user swipes back -> navigates to home screen
Add new license (see LICENSE.pdf)