mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:43:25 +00:00
fix: react-native crypto on android
This commit is contained in:
@@ -49,6 +49,21 @@ const defineConfig = (): ExpoConfig => ({
|
||||
initialOrientation: "DEFAULT",
|
||||
},
|
||||
],
|
||||
[
|
||||
"expo-build-properties",
|
||||
{
|
||||
android: {
|
||||
packagingOptions: {
|
||||
pickFirst: [
|
||||
"lib/x86/libcrypto.so",
|
||||
"lib/x86_64/libcrypto.so",
|
||||
"lib/armeabi-v7a/libcrypto.so",
|
||||
"lib/arm64-v8a/libcrypto.so",
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user