Skip to content

v10.0.3

Latest
Compare
Choose a tag to compare
@chlee1001 chlee1001 released this 12 Dec 07:43

Release Notes

Version: [v10.0.3] (Release Date: 2024-12-12)

Overview

This release introduces updates to the Android project configuration, React Native CodePush integration, and documentation to enhance compatibility, organization, and clarity for developers working with React Native projects.


🔧 Android Build System Updates

  1. Namespace Configuration in build.gradle

    • Added namespace configuration under the android block to specify the package name for the Android project.
    • Ensures proper identification and organization within the Android ecosystem, particularly when integrating with libraries like CodePush.
    • Helps prevent potential conflicts with other packages.
  2. Update to CodePush Module Path

    • Removed the unnecessary namespace declaration (com.microsoft.codepush.react) from the build.gradle file.
    • Updated the codepush.gradle file to reference the new module path @chlee1001/react-native-code-push, ensuring the correct module is included during the build process.

📝 Documentation Updates

  1. README Updates

    • Updated README to reflect support for the new architecture in React Native CodePush.
    • Removed outdated warnings about compatibility, providing users with accurate and current information.
  2. Setup Instructions

    • Updated setup-android.md with the new namespace @chlee1001 for the react-native-code-push package.
    • Ensures developers have clear and correct instructions for integrating CodePush into their Android projects, reducing configuration errors.