16 Commits

Author SHA1 Message Date
Maciej Jastrzebski 2a764c7525 chore: RN 0.81 support (#1794) 2025-07-30 15:00:57 +02:00
Maciej Jastrzebski c47220bd49 feat: testOnly events (#1741) 2025-02-05 10:17:53 +01:00
Maciej Jastrzebski 315afca61a chore: reformat imports (#1742) 2025-01-29 12:47:41 +01:00
Maciej Jastrzebski d21dbb40a0 sort imports (#1729) 2025-01-08 22:38:02 +01:00
Maciej Jastrzebski 2670b59f10 refactor(v13): cleanup existing code (#1701)
* refactor: cleanu existing code

* chore: fix lint
2024-11-07 10:09:05 +01:00
Maciej Jastrzebski 13bc78a504 refactor(v13): remove detect host component names (#1697) 2024-11-04 23:20:42 +01:00
Maciej Jastrzebski 5de87900ce fix: press event order (#1696) 2024-10-30 21:19:42 +01:00
Maciej Jastrzebski 7ba47b812d fix: use native state across the queries and matchers (#1667)
* fix: improve text input value getting in type, clear, paste

* chore: migrate other use-cases to use `getTextInputValue`

* chore: add relevant tests

* refactor: self code review

* refactor: self code review
2024-09-12 11:54:37 +02:00
Maciej Jastrzebski f69d1d5a89 refactor: simplify native state management (#1662)
* refactor: improve native state management

* feat: add fireEvent.scroll support for scroll native events
2024-09-09 11:44:46 +02:00
Maciej Jastrzebski bf7ea4c7f4 refactor: scroll view native state (#1661)
* refactor: move scroll state into native state

* refactor: simplify types

* refactor: renaming
2024-09-06 16:42:06 +02:00
Maciej Jastrzebski 4112abcf0a feat: simulated native TextInput state (#1653)
* feat: basic text input state

* refactor: self code review

* refactor: code review changes
2024-09-03 09:15:14 +02:00
Maciej Jastrzebski 9488dcc622 feat: by role ts hints (#1596)
* feat: autocomplete

* refactor: cleanup

* chore: fix typos
2024-04-29 22:30:01 +02:00
Maciej Jastrzebski bab4097836 chore: update deps 2024-03-12 (#1570)
* chore: update 1

* chore: update @types/*

* chore: update react native

* chore: update eslint & typescript

* chore: fix lint

* chore: upgrade release it

* chore: reformat

* chore: disable flow validation
2024-03-12 11:37:06 +01:00
Maciej Jastrzebski 21254b059a chore: reformat source using prettier (#1550)
* chore: reformat source using prettier
* chore: fix lint
2024-01-03 22:31:12 +01:00
Maciej Jastrzebski aad0849038 Dependabot/npm and yarn/callstack/eslint config 14.0.0 (#1526)
* chore(deps-dev): bump @callstack/eslint-config from 13.0.2 to 14.0.0

Bumps [@callstack/eslint-config](https://github.com/callstack/eslint-config-callstack) from 13.0.2 to 14.0.0.
- [Release notes](https://github.com/callstack/eslint-config-callstack/releases)
- [Commits](https://github.com/callstack/eslint-config-callstack/compare/v13.0.2...v14.0.0)

---
updated-dependencies:
- dependency-name: "@callstack/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* refactor: fix lint issues

* refactor: fix lint issues

* refactor: fix lint issues

* refactor: fix lint issues

* chore: update callstack-eslint config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 18:04:55 +01:00
Maciej Jastrzebski 3af4b8c867 refactor: rename files (#1515)
* refactor: rename files to match convention

* chore: refactor more

* chore: fix tests
2023-10-25 14:12:53 +02:00