Skip to content

v2.1.0

Compare
Choose a tag to compare
@TeruyaHaroldo TeruyaHaroldo released this 11 Jan 18:25
· 329 commits to development since this release

New Feature

  • Add new method setCameraLens;

♻️ Refactor

  • Change getLens return;
  • Remove setLens method;

⚡ Improvements

Now it is possible to use props before YoonitCamera component is loaded. Internally we have the following events:

  1. Using decorator, all props is stored;
  2. In the moment that the YoonitCamera is created (initView), the native functions is called;
  3. The decorator does not store the props anymore;

📝 Update Readme

  • Add new method setCameraLens definitions;
  • Change getCameraLens definitions;
  • Remove setLens method definitions;

⬆️ Upgrade Dependencies