Skip to content

Commit

Permalink
US-2109 Bump ReactNative to 73 (#898)
Browse files Browse the repository at this point in the history
* chore: react-native package upgrade to 0.73.4

* chore: update config files

* chore: upgrade react-native-mmkv to the latest version

* chore: upgrade react-native-vision-camera

* chore: upgrade jail-monkey to the lasest version

* chore: upgrade react-native-clipboard to the latest version

* chore: upgrade react-native-svg to the latest version

* chore: upgrade react-native-gesture-handler to the latest version

* chore: upgrade react-native-screens to the latest version

* chore: upgrade react-navigation packages to the latest version

* chore: upgrade react-native-reanimated and carousel to the latest version

* chore: remove @react-native-community/hooks as it is not used

* fix: lodash.debounce being dev dependency

* chore: remove vision-camera-code-scanner as it is not supported

* refactor: update camera usage to v3

* chore: upgrade android to 0.73.4 and required dependencies

* chore: upgrade ios code to 0.73.4

* chore: rename rif_wallet to rifWallet on android so that app runs on both platforms

* chore: remove deprecated-react-native-prop-types

* chore: upgrade react-native-flipper

* chore: remove react-native-codegen

* chore: upgrade react-native-vector-icons

* chore: upgrade react-native-keychain

* chore: remove react-native-linear-gradient

* chore: upgrade RNBootSplash

* chore: upgrade axios

* chore: upgrade react-native-device-info

* chore: remove patch-package as there is nothing to patch

* chore: upgrade react-native-config

* chore: upgrade @reduxjs/toolkit

* chore: upgrade react-native-hook-from

* chore: upgrade react-i18next

* Update ci.yml node version to required 18

* chore: upgrade @typescript-eslint/eslint-plugin and @typescript-eslint/parser

* lint: ignore warning in metro.config as it is in the react-native docs

* chore: remove jest.config

* test: mock react-native-vision-camera, react-native for test to run

* refactor: AndroidQRScanner to new way of using camera
  • Loading branch information
TravellerOnTheRun authored Mar 5, 2024
1 parent 5a556ea commit b82bd90
Show file tree
Hide file tree
Showing 60 changed files with 4,840 additions and 4,368 deletions.
6 changes: 0 additions & 6 deletions .buckconfig

This file was deleted.

2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
root: true,
extends: [
'@react-native-community',
'@react-native',
'plugin:react/jsx-runtime',
'plugin:@typescript-eslint/recommended',
],
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- name: Install dependencies
run: yarn
Expand Down
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,15 @@ local.properties
*.iml
*.hprof
.cxx/
*.keystore
!debug.keystore

# node.js
#
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 All @@ -62,5 +58,11 @@ buck-out/
# Ruby / CocoaPods
/ios/Pods/

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

# testing
/coverage

coverage
/vendor/bundle/
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

12 changes: 7 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
source 'https://rubygems.org'

# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby '>= 2.6.10'

gem 'cocoapods', '>= 1.11.3'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
ruby ">= 2.6.10"

# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
# bound in the template on Cocoapods with next React Native release.
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
55 changes: 0 additions & 55 deletions android/app/_BUCK

This file was deleted.

Loading

0 comments on commit b82bd90

Please sign in to comment.