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
-
Namespace Configuration in
build.gradle
- Added
namespace
configuration under theandroid
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.
- Added
-
Update to CodePush Module Path
- Removed the unnecessary namespace declaration (
com.microsoft.codepush.react
) from thebuild.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.
- Removed the unnecessary namespace declaration (
📝 Documentation Updates
-
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.
-
Setup Instructions
- Updated
setup-android.md
with the new namespace@chlee1001
for thereact-native-code-push
package. - Ensures developers have clear and correct instructions for integrating CodePush into their Android projects, reducing configuration errors.
- Updated