fix: temp comment out some code that causes some ESM import hell
fix: tests, improve to not use 'as' in fixtures
chore: replace 'as' with array spread to convert to ordinary (from readonly) array
fix: bump expo to ^53.0.22 so it can be same as expo required by evolu (and can be deduped)
fix: re-enable the FetureFlag callback
chore: better naming for local-first-package in native
fix: remove on bad circular dependency from local-first-storage reducer<->selectors
chore: update madge (circular import, one more is removed)
fix: disable Evolu labeling in Portfolio Tracker mode
chore: use F.toMutable instead of a ... spread
fix: depcheck ignore (peerdependecny: expo, expo-sqlite) only for relevant package
fix: move feature-flag code out of the feature-falgs module into dev-tools
fix: better selectors, no need to provide whole object, the string|undefined is all what is needed
fix: bad key props in the list
fix: use standard TextButton component
fix: unify string|null for (all) label selectors
fix: missing translation string
chore: extract the labeling logic into separate thunk
fix: depcheck
fix: transaction name component has now correct variant
fix: render debug inly when labeling is on
* chore(suite): update eslint and webpack config
* chore(suite): remove react imports, change default and namespace imports to named imports
* test(suite): update jest config
* fix(suite-native): searchable accounts
Follow-up of PR #9098
- UI of the searchbar was adjusted to match the design.
- Filtering of included tokens match only if the token has a fiat rate values.
- Filtering added also to the Receive screen.
Fixes#6988
* feat(suite-native): Implement test utils
* chore(suite-native): Deduplicate deps
* feat(suite-native): Implement time switch test
* refactor(suite-native): Rename test
* fix(suite-native): Circular deps
* refactor(suite-native): Test ids
* fix(suite-native): Remove state from test utils
* refactor(suite-native): Remove scripts
* refactor(suite-native): Move tests store
* refactor(suite-native): Use root config