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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor native utils #3424

Open
tomasMizera opened this issue May 13, 2024 · 0 comments
Open

Refactor native utils #3424

tomasMizera opened this issue May 13, 2024 · 0 comments

Comments

@tomasMizera
Copy link
Collaborator

We need to refactor our current android/ios and parts of input utils to something like native utils. Native utils would be a base class and platforms would define the implementation.

Pros:

  • we won't need to decide on many places whether to call androidUtils or iosUtils or ...
  • we get rid of dependency between inputUtils and android/ios utils
  • we will compile only those utils that are needed for the platform and won't compile other (as it is now)
image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant