Skip to content

Commit caf949f

Browse files
committed
chore: upgrade to react-native 0.77
1 parent b0f547c commit caf949f

18 files changed

+1128
-1385
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = jest.mock('react-native-camera-kit');

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ buildscript {
66
minSdkVersion = 28
77
compileSdkVersion = 35
88
targetSdkVersion = 34
9-
ndkVersion = "26.1.10909125"
10-
kotlin_version = "1.9.25"
11-
kotlinVersion = "1.9.25"
9+
ndkVersion = "27.1.12297006"
10+
kotlin_version = "2.0.21"
11+
kotlinVersion = "2.0.21"
1212
}
1313
repositories {
1414
google()

e2e/babel.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

e2e/jest.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ module.exports = {
88
globalSetup: 'detox/runners/jest/globalSetup',
99
globalTeardown: 'detox/runners/jest/globalTeardown',
1010
testEnvironment: 'detox/runners/jest/testEnvironment',
11-
transform: {
12-
'\\.[jt]sx?$': ['babel-jest', { configFile: './e2e/babel.config.js' }],
13-
},
1411
};

ios/Podfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ target 'bitkit' do
4545
:app_path => "#{Pod::Config.instance.installation_root}/.."
4646
)
4747

48-
target 'bitkitTests' do
49-
inherit! :complete
50-
# Pods for testing
51-
end
52-
5348
post_install do |installer|
5449
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
5550
react_native_post_install(

0 commit comments

Comments
 (0)