Skip to content

Fix notification not working on Android 13+#259

Merged
bra1nDump merged 2 commits intoslopus:mainfrom
tiann:main
Dec 6, 2025
Merged

Fix notification not working on Android 13+#259
bra1nDump merged 2 commits intoslopus:mainfrom
tiann:main

Conversation

@tiann
Copy link
Copy Markdown
Contributor

@tiann tiann commented Dec 3, 2025

Android 13+ introduces notification runtime permission, so we should request it dynamically.

https://developer.android.com/develop/ui/views/notifications/notification-permission

```
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-vision-camera:compileReleaseKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
   > Compilation error. See log for more details
```
@bra1nDump
Copy link
Copy Markdown
Contributor

Thanks @tiann! Merging this and #266.

Sorry for the long review time - we're resuming active work on the project. Aiming to roll out a new version this weekend.

Contributions welcome! We're discussing plans in Discord: https://discord.gg/aVhXZfYh

@bra1nDump bra1nDump merged commit c80d59f into slopus:main Dec 6, 2025
@tiann tiann mentioned this pull request Dec 7, 2025
JoeLuker pushed a commit to JoeLuker/happy that referenced this pull request Feb 1, 2026
* Fix notification not working on Android 13+

* Fix compile error on android

```
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-vision-camera:compileReleaseKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
   > Compilation error. See log for more details
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants