Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ignore duplicated events #298

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kirillzyusko
Copy link
Owner

@kirillzyusko kirillzyusko commented Dec 15, 2023

馃摐 Description

馃挕 Motivation and Context

Closes #286

馃摙 Changelog

JS

  • call scrollTo in onInteractive handler (to keep scroll position unchanged);

Android

  • compare current event with latest dispatched event;
  • added KeyboardTransitionEventData class;
  • added emitEvent as extension to ThemedReactContext;

馃 How Has This Been Tested?

馃摳 Screenshots (if appropriate):

馃摑 Checklist

  • CI successfully passed

@kirillzyusko kirillzyusko added 馃悰 bug Something isn't working 馃 android Android specific 馃殌 optimization You optimize something and it becomes working faster labels Dec 15, 2023
Copy link
Contributor

github-actions bot commented Dec 15, 2023

馃搳 Package size report

Current size Target Size Difference
99851 bytes 99783 bytes 68 bytes 馃搱

@kirillzyusko kirillzyusko added the example Anything related to example project label Dec 15, 2023
@kirillzyusko kirillzyusko self-assigned this Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
馃 android Android specific 馃悰 bug Something isn't working example Anything related to example project 馃殌 optimization You optimize something and it becomes working faster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interactive Keyboard - fast swipe can cause UI elements be under keyboard using linear interpolator
1 participant