diff --git a/docs-react-native/react-native/docs/release-notes.md b/docs-react-native/react-native/docs/release-notes.md
index e8b8acdb..b9417167 100644
--- a/docs-react-native/react-native/docs/release-notes.md
+++ b/docs-react-native/react-native/docs/release-notes.md
@@ -5,6 +5,10 @@ next: /react-native/docs/usage
previous: /react-native/docs/installation
---
+## 7.7.1
+
+- **[iOS]**: Adds image caching for the avatar for Communication Notifications (PR [#742)](https://github.com/invertase/notifee/pull/742))).
+
## 7.7.0
- **[Android]**: Fixes an issue with foreground `PRESS` event being treated as a background event (Fixes [#621](https://github.com/invertase/notifee/issues/621)).
diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml
index c01130f0..cbcd03da 100644
--- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml
+++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml
@@ -8,6 +8,6 @@
202108261754
- 20230415115001
+ 20230415122049
diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5 b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5
index fe72d5fa..e4861ae4 100644
--- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5
+++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5
@@ -1 +1 @@
-0d1348f3235bb8c98c9b73e7c3cb65c5
\ No newline at end of file
+4a6b41c04f8740bb2ecee93c893107a0
\ No newline at end of file
diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1 b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1
index 9a55be99..cd242174 100644
--- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1
+++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1
@@ -1 +1 @@
-5ece6fd2c35836043b4496e73395740ff5630701
\ No newline at end of file
+cb168173dbc961a863477e041ee54ee5f2f98af0
\ No newline at end of file
diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256 b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256
index d4a253d4..1a669b01 100644
--- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256
+++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256
@@ -1 +1 @@
-e0570f8068276dc5757feabb3459c2a82f68981b837e9c7d68cd080966064511
\ No newline at end of file
+e39f8c2dd8de2dc960d4c8adeb8cfd348c829365fa702b6973ab1baac52e5440
\ No newline at end of file
diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512 b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512
index b05f44e9..d4930403 100644
--- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512
+++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512
@@ -1 +1 @@
-ecc87df1b3fc5318d41b9fa5ec0c47320177b3a0ea24f972c78fbadd647ec75f1f342b718c039d6744c132c112c647bf34adf34d6946bd7a98ee49e9f8c79379
\ No newline at end of file
+b5bef39a951ed5290f3f49da4631c3143aff2789f83b859f70eb572003f35e73183c6830adad9717b6e0ac0cc43d2ad86b376a11f6071807ee8336136b4e955a
\ No newline at end of file
diff --git a/packages/react-native/package.json b/packages/react-native/package.json
index aad76252..43151d6f 100644
--- a/packages/react-native/package.json
+++ b/packages/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@notifee/react-native",
- "version": "7.7.0",
+ "version": "7.7.1",
"author": "Invertase (http://invertase.io)",
"description": "Notifee - a feature rich notifications library for React Native.",
"main": "dist/index.js",