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 }, },