Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ fi
# 4) 수정된 파일 다시 스테이징
printf '%s\n' $js_files | xargs git add

npx tsc --noEmit -p 'tsconfig.json'

echo "[pre-commit] ✅ Lint passed. Proceeding with commit."
exit 0
25 changes: 25 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1721,6 +1721,27 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNDateTimePicker (8.4.7):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.11.18.00)
- RCTRequired
- RCTTypeSafety
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNGestureHandler (2.25.0):
- DoubleConversion
- glog
Expand Down Expand Up @@ -2049,6 +2070,7 @@ DEPENDENCIES:
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
- "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)"
- "RNDateTimePicker (from `../node_modules/@react-native-community/datetimepicker`)"
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- RNKeychain (from `../node_modules/react-native-keychain`)
- RNReanimated (from `../node_modules/react-native-reanimated`)
Expand Down Expand Up @@ -2207,6 +2229,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/@react-native-async-storage/async-storage"
RNCClipboard:
:path: "../node_modules/@react-native-clipboard/clipboard"
RNDateTimePicker:
:path: "../node_modules/@react-native-community/datetimepicker"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNKeychain:
Expand Down Expand Up @@ -2293,6 +2317,7 @@ SPEC CHECKSUMS:
ReactCommon: 865ebe76504a95e115b6229dd00a31e56d2d4bfe
RNCAsyncStorage: 79cfba789fca205b204f3ce7948b874500129eb4
RNCClipboard: ba9fda8e2c9f003a29f7f66793069c4d0dada955
RNDateTimePicker: 55127d351645e9f4f1216a6658a08bf0d96496ab
RNGestureHandler: dcb1b1db024f3744b03af56d132f4f72c4c27195
RNKeychain: 455cc7002480eac3d24f67b4329ec80c7d901edc
RNReanimated: c76d1ea6f5fd25414af4319cbf48b479f8e3eae2
Expand Down
Loading