All notable changes toDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/aravind3566/react-native-in-app-updates/llms.txt
Use this file to discover all available pages before exploring further.
react-native-in-app-updates are documented on this page. The format follows Keep a Changelog and this project adheres to Semantic Versioning.
This project uses Conventional Commits for all commit messages. The changelog is generated automatically from those commits during release via
@release-it/conventional-changelog.[0.3.1] - 2026-06-12
Fixed
-
Kotlin Compile Error — Resolved the
Unresolved reference 'currentActivity'error inInAppUpdatesModule.ktby using the inheritedcurrentActivityproperty directly from the base module class. -
Duplicate Class Dex Merging — Fixed the release compilation conflict (
NativeAccessibilityInfoSpec is defined multiple times) by:- Changing the
react-nativedependency fromimplementationtocompileOnlyinandroid/build.gradle. - Commenting out the application of the
com.facebook.reactplugin, since this is a legacy native module and does not require TurboModule codegen tasks.
- Changing the
-
Git Housekeeping — Removed the compiled
lib/folder from Git tracking and added it to.gitignoreto prevent build outputs from being committed to the repository.