Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

873: Use react-native-vision-camera and react-native-image-picker #1034

Merged
merged 32 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
848f831
873: Switch to react-native-vision-camera
steffenkleinle Oct 29, 2024
79e479c
873: Fix camera
steffenkleinle Oct 31, 2024
744141b
873: Replace image selection library
steffenkleinle Oct 31, 2024
ccf8e2e
873: Fix audio recorder
steffenkleinle Oct 31, 2024
69db281
873: Tidy up
steffenkleinle Oct 31, 2024
a7637e4
1010: Upgrade to react-native 0.72
steffenkleinle Oct 29, 2024
d2480a2
1010: Rename .java to .kt
steffenkleinle Oct 29, 2024
bd68994
1010: Upgrade to react-native 0.73
steffenkleinle Oct 29, 2024
3e9f3d3
1010: Upgrade to react-native 0.74
steffenkleinle Oct 29, 2024
50422f5
1010: Dependency upgrades and fix metro and app start
steffenkleinle Oct 29, 2024
e118d02
1010: Fix tests and more
steffenkleinle Oct 29, 2024
ba3e953
1010: Enable test
steffenkleinle Oct 29, 2024
3afb34f
1010: Fix ci metro config
steffenkleinle Oct 29, 2024
43f9011
1010: Fix tests and yarn.lock
steffenkleinle Oct 31, 2024
fbc2bbe
1010: Fix linting
steffenkleinle Nov 4, 2024
ed7e322
1010: iOS fixes
Nov 4, 2024
dd1560d
1010: Adjust formatting
steffenkleinle Nov 13, 2024
b31c1d1
1010: Upgrade react-native to v0.76
steffenkleinle Nov 13, 2024
b411e22
1010: Upgrade dependencies
steffenkleinle Nov 13, 2024
037d24b
1010: Upgrade eslint
steffenkleinle Nov 13, 2024
cca318d
1010: Upgrade react-native-header-buttons
steffenkleinle Nov 13, 2024
d109f0e
1010: Fix tests
steffenkleinle Nov 18, 2024
34b3aa9
1010: Update pods and gems
steffenkleinle Nov 19, 2024
392abb5
1010: Update checksum
Nov 19, 2024
5e7ab89
1010: Fix jest failing even though all tests succeed
steffenkleinle Nov 19, 2024
ef7ca59
1010: Fix overlay on ios and reduce margin to fit content
steffenkleinle Dec 4, 2024
870cbd6
1010: Fix for iOS
LeandraH Dec 4, 2024
034c24b
1010: Update project file again
LeandraH Dec 4, 2024
add8e83
1010: rename navigation target to fix navigating to detail screen
f1sh1918 Jan 8, 2025
02fbb1a
1010: Fix fast stopping of audio record
steffenkleinle Jan 17, 2025
2cdfab3
Merge pull request #1035 from digitalfabrik/1010-upgrade-react-native
steffenkleinle Jan 17, 2025
882e9c0
Merge branch 'main' into 873-react-native-vision-camera
steffenkleinle Jan 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .buckconfig

This file was deleted.

1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ module.exports = {
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-floating-promises': 'off',
'@typescript-eslint/no-require-imports': 'off',
'import/no-extraneous-dependencies': 'off',
'jsx-a11y/click-events-have-key-events': 'off',
'jsx-a11y/no-static-element-interactions': 'off',
Expand Down
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ ios/.xcode.env.local
# Android/IntelliJ
#
build/
.cxx/
.idea
.gradle
local.properties
*.iml
*.hprof
*.keystore
!debug.keystore

# Visual Studio Code
#
Expand All @@ -41,12 +44,6 @@ node_modules/
npm-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
Expand Down Expand Up @@ -81,5 +78,8 @@ tools/.yarn/*
!.yarn/sdks
!.yarn/versions

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*

# Coverage
src/coverage/
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,11 @@ GEM
xcpretty (~> 0.2, >= 0.0.7)

PLATFORMS
arm64-darwin-24
x86_64-linux

DEPENDENCIES
fastlane

BUNDLED WITH
2.2.21
2.5.23
55 changes: 0 additions & 55 deletions android/app/_BUCK

This file was deleted.

Loading