Commit Graph

16 Commits

Author SHA1 Message Date
brantalikp
cde81b1c79 chore(suite-native): dependencies update 2026-01-09 12:50:23 +01:00
brantalikp
495296b47a fix(suite-native): ci detox increase Gradle memory limit to prevent OOM errors 2025-10-20 11:35:17 +02:00
Petr Knetl
e6f3dfaf7d chore(suite-native): bump target android sdk to 35 2025-07-03 12:35:31 +02:00
brantalikp
d89d5a0c8c fix(suite-native): fix build and type errors 2025-06-23 17:46:37 +02:00
brantalikp
b4c28c1fde fix(suite-native): expo build properties not applying + kotlin bump 2025-06-23 17:46:37 +02:00
Peter Sanderson
64fcbde4bd chore: enable ESLint rule for as-needed | auto-fix 2025-01-10 10:58:46 +01:00
Peter Sanderson
763f9b5fd4 chore: reintroduce no-shadow in minimal form 2024-11-13 19:36:56 +01:00
Peter Sanderson
6b8e9ab6d2 chore: Upgrade ESLint and all plugis & revalidate the config and ALL of the rules 2024-11-13 10:36:38 +01:00
Matej Kriz
acd58e6c26 chore(suite-native): simplify ENV variables
- There was a bug using `.env.production` even on develop build of Android in createBundleReleaseJsAndAssets step of gradle.
- ENV variables from `eas.json` are used for EAS builds.
- `.env.development` and `.env.test` files are used for local builds and CI E2E builds.
- Local ENV vars can be overriden by `.env.development.local` and `.env.test.local` files.
2024-09-25 11:54:27 +02:00
Daniel Suchý
5dcefbb3a0 chore(mobile): Expo 51 + deps update (#12666)
* chore(mobile): deps update

* fix(mobile): fix unit tests mocks

* feat(mobile): redux devtools
2024-05-31 13:32:26 +02:00
Matej Kriz
f9c6f8fa81 feat(suite-native): disable auto-backup feature for android to prevent confusion
- As it works only for small part of state, namely biometrics, theme, discreet mode but not for the whole state that is encrypted.
2024-04-15 11:00:49 +02:00
Peter Sanderson
c82455e746 chore(suite): autofix newlines 2024-02-20 14:54:29 +01:00
Bohdan Juříček
68b13b6f53 feat(suite-native): production workflow (#11197) 2024-02-19 19:41:57 +00:00
Bohdan Juříček
02009f17cd feat(suite-native): expo eas (#10898)
* feat(suite-native): build binaries for develop

* fix(suite-native): project ID map

* fix(suite-native): version
2024-02-14 14:34:02 +00:00
Matej Kriz
e6e8659c79 chore(suite-native): reintroduce redux flipper plugin
- Until there is better alternative https://github.com/expo/dev-plugins/issues/20
2024-02-05 11:11:06 +01:00
Daniel Suchý
bb37005e6b chore(mobile): Expo migration (#10769)
* gitignore android + ios folders

* update deps

* react-native-usb Expo + RN 0.73 support

* remove unnecessary fonts

* migrate to Expo

* update github workflows for Expo

* fix type error

* update expo-av

* fix lottie welcome animation

* change android version to 1 for debug

* fix deps

* fix tsconfig

* PR fixes

* fix min sdk version

* rename app

* add Sentry auth token to CI

* remove unsused deps in root package.json

* fix staging pipeline

* update package.json scripts

* fix staging

* fix fastlane prod

* fix unit tests

* fix unit tests
2024-01-26 18:45:30 +00:00