v2.1.0
·
329 commits
to development
since this release
✨ New Feature
- Add new method
setCameraLens;
♻️ Refactor
- Change
getLensreturn; - Remove
setLensmethod;
⚡ Improvements
Now it is possible to use props before YoonitCamera component is loaded. Internally we have the following events:
- Using decorator, all props is stored;
- In the moment that the
YoonitCamerais created (initView), the native functions is called; - The decorator does not store the props anymore;
📝 Update Readme
- Add new method
setCameraLensdefinitions; - Change
getCameraLensdefinitions; - Remove
setLensmethod definitions;
⬆️ Upgrade Dependencies
- android-yoonit-camera update to 2.2.1;
- ios-yoonit-camera update to 2.1.1;
- Accept PR 33
- Accept PR 34