Skip to content

Commit

Permalink
removed react-native-camera-kit, updated protobuf-gradle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
myxmaster committed May 20, 2024
1 parent 1f0d35f commit cd2a8a4
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 48 deletions.
4 changes: 1 addition & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ buildscript {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")

// Needed for react-native-camera-kit
classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.3")
classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.4")

// LN address notifications
classpath("com.google.gms:google-services:4.3.15")
Expand Down
3 changes: 0 additions & 3 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,3 @@ newArchEnabled=false
# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
hermesEnabled=true

# Necessary for react-native-camera-kit
kotlin_version=1.8.0
2 changes: 0 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ target 'zeus' do

pod 'react-native-blob-util', :path => '../node_modules/react-native-blob-util'

pod 'ReactNativeCameraKit', :path => '../node_modules/react-native-camera-kit'

target 'zeusTests' do
inherit! :complete
# Pods for testing
Expand Down
3 changes: 0 additions & 3 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,6 @@ DEPENDENCIES:
- React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- ReactNativeCameraKit (from `../node_modules/react-native-camera-kit`)
- "RemobileReactNativeQrcodeLocalImage (from `../node_modules/@remobile/react-native-qrcode-local-image`)"
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
- "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)"
Expand Down Expand Up @@ -1373,8 +1372,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/react/utils"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
ReactNativeCameraKit:
:path: "../node_modules/react-native-camera-kit"
RemobileReactNativeQrcodeLocalImage:
:path: "../node_modules/@remobile/react-native-qrcode-local-image"
RNCAsyncStorage:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"react-native": "0.73.7",
"react-native-biometrics": "3.0.1",
"react-native-blob-util": "0.19.1",
"react-native-camera-kit": "13.0.0",
"react-native-circular-progress-indicator": "4.4.2",
"react-native-crypto": "2.2.0",
"react-native-date-picker": "4.3.3",
Expand Down
28 changes: 0 additions & 28 deletions patches/react-native-camera-kit.patch

This file was deleted.

9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6944,7 +6944,7 @@ lodash.throttle@^4.1.1:
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
integrity sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==

lodash@4.17.21, lodash@^4.14.2, lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21:
lodash@4.17.21, lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
Expand Down Expand Up @@ -8256,13 +8256,6 @@ react-native-blob-util@0.19.1:
base-64 "0.1.0"
glob "^7.2.3"

react-native-camera-kit@13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/react-native-camera-kit/-/react-native-camera-kit-13.0.0.tgz#983d9146cdeb0ec0cb0c0a86b7fa5f7690df08f6"
integrity sha512-fnkyivCG2xzS+14/doP8pCAYNafYaTyg5J0t+JJltJdgKSHf328OG44Rd+fnbbEOydZxgy/bcuLB24R0kCbynw==
dependencies:
lodash "^4.14.2"

react-native-circular-progress-indicator@4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/react-native-circular-progress-indicator/-/react-native-circular-progress-indicator-4.4.2.tgz#5475d045950e6fcc622e54fb63863b274790fb8e"
Expand Down

0 comments on commit cd2a8a4

Please sign in to comment.