File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33# Standard
44BasedOnStyle : llvm
5- Standard : c++14
5+ Standard : c++20
66
77# Indentation
88IndentWidth : 2
Original file line number Diff line number Diff line change 3737 "react-native-bouncy-checkbox" : " 4.1.2" ,
3838 "react-native-nitro-modules" : " 0.25.2" ,
3939 "react-native-quick-base64" : " 2.2.0" ,
40- "react-native-quick-crypto" : " 1.0.0-beta.20 " ,
40+ "react-native-quick-crypto" : " workspace:* " ,
4141 "react-native-safe-area-context" : " 5.1.0" ,
4242 "react-native-screens" : " 3.35.0" ,
4343 "react-native-vector-icons" : " ^10.1.0" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
88# Set BUILD_DIR to the packages/react-native-quick-crypto/build directory
99BUILD_DIR=" $SCRIPT_DIR /../packages/react-native-quick-crypto/build"
1010
11+ # Create build directory if it doesn't exist
12+ mkdir -p " $BUILD_DIR "
13+
1114# Convert to absolute path
1215BUILD_DIR=" $( cd " $BUILD_DIR " && pwd) "
1316
@@ -40,7 +43,7 @@ include_directories(
4043 "cpp/random"
4144 "cpp/utils"
4245 "deps/fastpbkdf2"
43- "deps/ncrypto"
46+ "deps/ncrypto/include "
4447 "build/includes"
4548 "nitrogen/generated/shared/c++"
4649 "../../node_modules/react-native/ReactCommon/jsi"
@@ -62,6 +65,7 @@ add_library(QuickCrypto STATIC
6265 cpp/pbkdf2/HybridPbkdf2.cpp
6366 cpp/random/HybridRandom.cpp
6467 deps/fastpbkdf2/fastpbkdf2.c
68+ deps/ncrypto/src/ncrypto.cpp
6569)
6670EOF
6771
You can’t perform that action at this time.
0 commit comments