Skip to content

Commit

Permalink
fix: working android
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Sep 6, 2024
1 parent ef5729a commit 4d2be2f
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 185 deletions.
1 change: 0 additions & 1 deletion mpc-core-kit-react-native/mpc-core-kit-rn-auth0/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {
keyToMnemonic,
mnemonicToKey,
makeEthereumSigner,
TssLib,
JWTLoginParams,
} from '@web3auth/mpc-core-kit';
// import { Web3AuthMPCCoreKit, WEB3AUTH_NETWORK, Point, SubVerifierDetailsParams,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ android {
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}

packagingOptions {
pickFirst 'lib/arm64-v8a/libcrypto.so' // Exclude the conflicting file
pickFirst 'lib/x86_64/libcrypto.so' // If needed, exclude other architectures
}
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ PODS:
- RCT-Folly (= 2022.05.16.00)
- React
- React-Core
- react-native-webview (13.8.6):
- react-native-webview (13.12.1):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1392,7 +1392,7 @@ SPEC CHECKSUMS:
react-native-encrypted-storage: db300a3f2f0aba1e818417c1c0a6be549038deb7
react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06
react-native-quick-crypto: baf477ca99eb2d142ebc8fd10c82eba98f4ebfa6
react-native-webview: d6607cbbe7bad689cc08d6d5e35cbf9938093223
react-native-webview: af2cf33a5cb5dc5789b9ac8811714a4f66a4c505
React-nativeconfig: b4d4e9901d4cabb57be63053fd2aa6086eb3c85f
React-NativeModulesApple: cd26e56d56350e123da0c1e3e4c76cb58a05e1ee
React-perflogger: 5f49905de275bac07ac7ea7f575a70611fa988f2
Expand All @@ -1415,7 +1415,7 @@ SPEC CHECKSUMS:
ReactCommon: 2aa35648354bd4c4665b9a5084a7d37097b89c10
SimpleKeychain: f8707c8e97b38c6a6e687b17732afc9bcef06439
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: d17d2cc8105eed528474683b42e2ea310e1daf61
Yoga: 805bf71192903b20fc14babe48080582fee65a80

PODFILE CHECKSUM: 1a3458f40f2b81d631519b0c779e211db1e54541

Expand Down
Loading

0 comments on commit 4d2be2f

Please sign in to comment.