From b0c4c9070cbc894045fa9d83a6b0a761cbf8c751 Mon Sep 17 00:00:00 2001 From: Ahmed Eid Date: Mon, 23 Dec 2024 13:57:53 +0200 Subject: [PATCH] Update installation.mdx --- docs/react-native/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react-native/installation.mdx b/docs/react-native/installation.mdx index 7bd9bbd7..c40e6069 100644 --- a/docs/react-native/installation.mdx +++ b/docs/react-native/installation.mdx @@ -73,7 +73,7 @@ Then, add `@notifee/react-native` to the list of plugins in your app's Expo conf "expo-build-properties", { "android": { - "compileSdkVersion": 33, + "compileSdkVersion": 34, // at least 34 "targetSdkVersion": 33 // Only needed if requesting permission on Android 13 via requestPermission, at least 33 }, },