Skip to content

Commit fe0940f

Browse files
committed
chore: upgrade to react-native 0.77
1 parent 60d60d3 commit fe0940f

19 files changed

+1128
-1388
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/app/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ android {
8585
targetSdkVersion rootProject.ext.targetSdkVersion
8686
versionCode 144
8787
versionName "1.0.8"
88-
multiDexEnabled true
89-
missingDimensionStrategy 'react-native-camera', 'general'
9088
testBuildType System.getProperty('testBuildType', 'debug')
9189
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
9290
}
@@ -149,7 +147,6 @@ dependencies {
149147
// The version of react-native is set by the React Native Gradle Plugin
150148
implementation("com.facebook.react:react-android")
151149
implementation files("../../node_modules/@synonymdev/react-native-ldk/android/libs/LDK-release.aar")
152-
implementation "androidx.multidex:multidex:2.0.1"
153150

154151
if (hermesEnabled.toBoolean()) {
155152
implementation("com.facebook.react:hermes-android")

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)