Skip to main content

Documentation 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.

All notable changes to 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 in InAppUpdatesModule.kt by using the inherited currentActivity property directly from the base module class.
  • Duplicate Class Dex Merging — Fixed the release compilation conflict (NativeAccessibilityInfoSpec is defined multiple times) by:
    • Changing the react-native dependency from implementation to compileOnly in android/build.gradle.
    • Commenting out the application of the com.facebook.react plugin, since this is a legacy native module and does not require TurboModule codegen tasks.
  • Git Housekeeping — Removed the compiled lib/ folder from Git tracking and added it to .gitignore to prevent build outputs from being committed to the repository.

Build docs developers (and LLMs) love