Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jul 30, 2024
1 parent 31da65f commit beb5ac9
Show file tree
Hide file tree
Showing 8 changed files with 869 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
arrowParens: 'always',
bracketSameLine: false,
singleQuote: true,
Expand Down
File renamed without changes.
41 changes: 8 additions & 33 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ PODS:
- hermes-engine (0.74.3):
- hermes-engine/Pre-built (= 0.74.3)
- hermes-engine/Pre-built (0.74.3)
- MMKV (1.3.7):
- MMKVCore (~> 1.3.7)
- MMKVCore (1.3.7)
- MMKV (1.3.9):
- MMKVCore (~> 1.3.9)
- MMKVCore (1.3.9)
- nanopb (2.30910.0):
- nanopb/decode (= 2.30910.0)
- nanopb/encode (= 2.30910.0)
Expand Down Expand Up @@ -1112,7 +1112,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-quick-crypto (0.7.1):
- react-native-quick-crypto (0.7.2):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1455,27 +1455,6 @@ PODS:
- Yoga
- RNSVG (15.4.0):
- React-Core
- RNVectorIcons (10.1.0):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Codegen
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- SocketRocket (0.7.0)
- Yoga (0.0.0)

Expand Down Expand Up @@ -1558,7 +1537,6 @@ DEPENDENCIES:
- RNReanimated (from `../node_modules/react-native-reanimated`)
- RNScreens (from `../node_modules/react-native-screens`)
- RNSVG (from `../node_modules/react-native-svg`)
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
Expand Down Expand Up @@ -1726,8 +1704,6 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-screens"
RNSVG:
:path: "../node_modules/react-native-svg"
RNVectorIcons:
:path: "../node_modules/react-native-vector-icons"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

Expand All @@ -1748,8 +1724,8 @@ SPEC CHECKSUMS:
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
hermes-engine: 1f547997900dd0752dc0cc0ae6dd16173c49e09b
MMKV: 36a22a9ec84c9bb960613a089ddf6f48be9312b0
MMKVCore: 158e61c8516401a9fac730288acb29e6fc19bbf9
MMKV: 817ba1eea17421547e01e087285606eb270a8dcb
MMKVCore: af055b00e27d88cd92fad301c5fecd1ff9b26dd9
nanopb: 438bc412db1928dac798aa6fd75726007be04262
OpenSSL-Universal: f8ff60e85501991636ffc3d184078d7526a27ff7
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
Expand Down Expand Up @@ -1782,7 +1758,7 @@ SPEC CHECKSUMS:
react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06
react-native-mmkv: 8c9a677e64a1ac89b0c6cf240feea528318b3074
react-native-quick-base64: a74c4b2607b9de016877a8edb776b6ac59785809
react-native-quick-crypto: d3457afaa680f961c7bcf6c382329aafe4abddcd
react-native-quick-crypto: de56673e1647dbb9d67351c5e0afe7bd2327e94a
react-native-safe-area-context: b7daa1a8df36095a032dff095a1ea8963cb48371
React-nativeconfig: fa5de9d8f4dbd5917358f8ad3ad1e08762f01dcb
React-NativeModulesApple: 585d1b78e0597de364d259cb56007052d0bda5e5
Expand Down Expand Up @@ -1819,10 +1795,9 @@ SPEC CHECKSUMS:
RNReanimated: f4ff116e33e0afc3d127f70efe928847c7c66355
RNScreens: 5aeecbb09aa7285379b6e9f3c8a3c859bb16401c
RNSVG: cb24fb322de8c1ebf59904e7aca0447bb8dbed5a
RNVectorIcons: 2a2f79274248390b80684ea3c4400bd374a15c90
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: 88480008ccacea6301ff7bf58726e27a72931c8d

PODFILE CHECKSUM: c97004f31046c6af280089cbf219525859bf63bc

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
File renamed without changes.
5 changes: 3 additions & 2 deletions metro.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { getDefaultConfig, mergeConfig } from '@react-native/metro-config';
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config');

const defaultConfig = getDefaultConfig(__dirname);
const { assetExts, sourceExts } = defaultConfig.resolver;
Expand All @@ -19,4 +20,4 @@ const config = {
},
};

export default mergeConfig(getDefaultConfig(__dirname), config);
module.exports = mergeConfig(getDefaultConfig(__dirname), config);
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "ssp-key",
"version": "1.3.1",
"private": true,
"type": "module",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
Expand Down
File renamed without changes.
949 changes: 857 additions & 92 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit beb5ac9

Please sign in to comment.