|
15 | 15 | "lint:fix": "eslint \"src/**/*.{js,ts,tsx}\" --fix", |
16 | 16 | "format": "prettier --check \"**/*.{js,ts,tsx}\"", |
17 | 17 | "format:fix": "prettier --write \"**/*.{js,ts,tsx}\"", |
18 | | - "start": "sh -c 'react-native start --client-logs \"$@\" 2>&1 | tee /tmp/rnqc-metro.log' --", |
| 18 | + "start": "react-native start", |
| 19 | + "dev": "sh -c 'react-native start --client-logs \"$@\" 2>&1 | tee /tmp/rnqc-metro.log' --", |
19 | 20 | "pods": "RCT_USE_RN_DEP=1 RCT_USE_PREBUILT_RNCORE=1 bundle install && bundle exec pod install --project-directory=ios", |
20 | 21 | "build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a", |
21 | 22 | "build:ios": "cd ios && xcodebuild -workspace QuickCryptoExample.xcworkspace -scheme QuickCryptoExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO" |
|
39 | 40 | "react-native-fast-encoder": "0.3.1", |
40 | 41 | "react-native-nitro-modules": "0.29.1", |
41 | 42 | "react-native-quick-base64": "2.2.2", |
42 | | - "react-native-quick-crypto": "1.0.5", |
| 43 | + "react-native-quick-crypto": "workspace:*", |
43 | 44 | "react-native-safe-area-context": "5.6.2", |
44 | 45 | "react-native-screens": "4.18.0", |
45 | 46 | "react-native-vector-icons": "10.3.0", |
|
0 commit comments