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

1010: Upgrade react native #1035

Open
wants to merge 23 commits into
base: 873-react-native-vision-camera
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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