status-react/doc
Lungu Cristian 901818492d
Replace unmaintained biometrics package (#18531)
* feat: added react-native-biometrics dependency

* chore: added malli schema to auth

* fix: malli schema

* feat: using react-native-biometrics

* fix: removed biometry not-enrolled error supression

* feat: added check for enabled biometric

* fix: biometrics error handling on ios

* chore: remove touch-id library

* chore: cleanup

* removed proj.list dep

* fix: gradle get_projects regex edge-case

Handles cases when the gradle project has a description, which shows up when running `gradle projects` as (`react-native-biometrics` - react-native-biometrics), breaking `make nix-update-gradle`. Here we're just adjusting the regex to ignore everything in the line after the closing (`).

* build: ran "make nix-update-gradle"

* chore: comment typo

* chore: replaced old lib in test mocks

* fix: addressed review comments

* fix: using event for standard-auth biometrics

* ref: using ex-cause for biometric error codes

* fix: removed promesa changes

* fix: auth slide biometric success not triggered
2024-01-29 13:33:46 +02:00
..
decisions docs: Fixed typos (#17749) 2023-10-30 08:06:52 +01:00
images add doc: How to catch crash on ios use xcode (#17278) 2023-09-15 12:04:11 +08:00
sign_in
README.md Add contribution status-go doc 2023-11-09 15:34:20 +00:00
codebase-structure-and-guidelines.md Separate doc with debug tips (#15849) 2023-05-10 10:38:59 +01:00
component-tests-overview.md feat: lint direct require quo component outside src/quo (#17828) 2023-11-07 10:21:58 +08:00
debugging.md Visual debugging of components (#17729) 2023-10-27 13:14:01 +03:00
dependencies.md Replace unmaintained biometrics package (#18531) 2024-01-29 13:33:46 +02:00
export-icons.md Add a button to address watch screen; (#17781) 2023-11-07 16:40:24 +00:00
fdroid.md
how-to-catch-crash-on-ios.md add doc: How to catch crash on ios use xcode (#17278) 2023-09-15 12:04:11 +08:00
how-to-launch-e2e.md docs: Fixed typos (#17749) 2023-10-30 08:06:52 +01:00
ide-setup.md Document how to auto-format Clojure files in VSCode with zprint (#17719) 2023-10-25 23:19:56 -03:00
merging-pr-process.md Docs update: required e2e 2023-09-01 15:26:26 +02:00
new-guidelines.md [#18461] Update guideline about apply-animations-to-style (#18462) 2024-01-11 19:17:07 -06:00
patching.md docs: Fixed typos (#17749) 2023-10-30 08:06:52 +01:00
pipeline_process.md Docs update: required e2e 2023-09-01 15:26:26 +02:00
pixel-perfection.md update docs & makefile for iPhone 13 (#17784) 2023-11-06 23:55:06 +05:30
post-mortem.md docs: Fixed typos (#17749) 2023-10-30 08:06:52 +01:00
pr-review-policy.md Added PR Review Policy (#16280) 2023-06-15 23:02:50 +01:00
release-checklist.md
release-guide.md
starting-guide.md update docs & makefile for iPhone 13 (#17784) 2023-11-06 23:55:06 +05:30
status-go-changes.md Add contribution status-go doc 2023-11-09 15:34:20 +00:00
testing.md Run integration tests separately from unit tests (#18304) 2024-01-05 15:47:03 -03:00
troubleshooting.md