Skip to content

Refactor native utils #3424

Description

@tomasMizera

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

Metadata

Metadata

Assignees

Labels

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions