Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions __mocks__/react-native-camera-kit.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = jest.mock('react-native-camera-kit');
3 changes: 0 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 144
versionName "1.0.8"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down Expand Up @@ -149,7 +147,6 @@ dependencies {
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")
implementation files("../../node_modules/@synonymdev/react-native-ldk/android/libs/LDK-release.aar")
implementation "androidx.multidex:multidex:2.0.1"

if (hermesEnabled.toBoolean()) {
implementation("com.facebook.react:hermes-android")
Expand Down
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ buildscript {
minSdkVersion = 28
compileSdkVersion = 35
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlin_version = "1.9.25"
kotlinVersion = "1.9.25"
ndkVersion = "27.1.12297006"
kotlin_version = "2.0.21"
kotlinVersion = "2.0.21"
}
repositories {
google()
Expand Down
6 changes: 0 additions & 6 deletions e2e/babel.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions e2e/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ module.exports = {
globalSetup: 'detox/runners/jest/globalSetup',
globalTeardown: 'detox/runners/jest/globalTeardown',
testEnvironment: 'detox/runners/jest/testEnvironment',
transform: {
'\\.[jt]sx?$': ['babel-jest', { configFile: './e2e/babel.config.js' }],
},
};
5 changes: 0 additions & 5 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ target 'bitkit' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)

target 'bitkitTests' do
inherit! :complete
# Pods for testing
end

post_install do |installer|
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
react_native_post_install(
Expand Down
Loading
Loading