Error-06 React Native and Android Build Updates: Recent Changes to Gradle and Dependencies (Android specific).

Error-06  React Native and Android Build Updates: Recent Changes to Gradle and Dependencies (Android specific).

Steps to solve this issue:


1. Android Build Configuration Updates

  1. Updates to package.json Dependencies
  1. Kotlin Version Update in @react-native/gradle-plugin:
    Another file that was modified is the patch file for @react-native/gradle-plugin:
To know more about this issue

Read more

Automating a Scalable Command, Query and Event Package Structure with a Batch Script

Automating a Scalable Command, Query and Event Package Structure with a Batch Script

Introduction As backend applications grow, maintaining a consistent project structure becomes increasingly important. In a small application, developers can manually create packages and folders whenever a new business entity or feature is introduced. However, in a larger application following architectural patterns such as CQRS, Domain-Driven Design, and event-driven architecture, every

By Sangram Ekshinge