Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- We have added a USE_BIOMETRIC permission in Android.
- We have migrated from react-native-fast-image to @d11/react-native-fast-image for new architecture compatibility.
- We have upgraded react-native-reanimated to v3.16.7.

## Fixes

Expand Down
16 changes: 8 additions & 8 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@ PODS:
- React-Core
- RNPermissions (4.1.5):
- React-Core
- RNReanimated (3.16.1):
- RNReanimated (3.16.7):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1700,10 +1700,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated (= 3.16.1)
- RNReanimated/worklets (= 3.16.1)
- RNReanimated/reanimated (= 3.16.7)
- RNReanimated/worklets (= 3.16.7)
- Yoga
- RNReanimated/reanimated (3.16.1):
- RNReanimated/reanimated (3.16.7):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1723,9 +1723,9 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated/apple (= 3.16.1)
- RNReanimated/reanimated/apple (= 3.16.7)
- Yoga
- RNReanimated/reanimated/apple (3.16.1):
- RNReanimated/reanimated/apple (3.16.7):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1746,7 +1746,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNReanimated/worklets (3.16.1):
- RNReanimated/worklets (3.16.7):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2196,7 +2196,7 @@ SPEC CHECKSUMS:
RNLocalize: 4f22418187ecd5ca693231093ff1d912d1b3c9bc
RNNotifee: 4a6ee5c7deaf00e005050052d73ee6315dff7ec9
RNPermissions: 4da8c626e4ac9d71c1a199d500d52dd54da62e38
RNReanimated: 280140e1989bc33d5586cbca10bd199fd1fbdbf1
RNReanimated: 10df3198b328f8a0677fdaaa2b449db53cdbff40
RNScreens: e9bb7c3063237983e75d01bb45ce591cc4e7afc2
RNSVG: 515a902fc18a375907eb4c3abec0b803fbfa37ef
RNVectorIcons: 85ed086927e7548461d593e68b190c38a6606a05
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react-native-pager-view": "6.4.1",
"react-native-permissions": "4.1.5",
"react-native-push-notification": "8.1.1",
"react-native-reanimated": "3.16.1",
"react-native-reanimated": "3.16.7",
"react-native-safe-area-context": "5.2.0",
"react-native-schedule-exact-alarm-permission": "^0.1.3",
"react-native-screens": "4.6.0",
Expand Down
Loading