Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Upgrade RN from 0.71.7 to 0.74.1 and other packages #32

Closed
wants to merge 1 commit into from

Conversation

razinj
Copy link
Owner

@razinj razinj commented May 11, 2024

On hold, as some packages aren't compatible with v0.74.1 of RN.

Upgrade helper: https://react-native-community.github.io/upgrade-helper/?from=0.71.7&to=0.74.1&package=com.razinj.context_launcher&name=Context+Launcher

Gradle build output:

> Task :app:generateDebugLintReportModel FAILED

FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':app:generateDebugLintReportModel' (type 'LintModelWriterTask').
  - Gradle detected a problem with the following location: '/Users/nizar/dev/context_launcher/android/app/build/intermediates/ReactNativeVectorIcons'.

    Reason: Task ':app:generateDebugLintReportModel' uses this output of task ':app:copyReactNativeVectorIconFonts' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.

    Possible solutions:
      1. Declare task ':app:copyReactNativeVectorIconFonts' as an input of ':app:generateDebugLintReportModel'.
      2. Declare an explicit dependency on ':app:copyReactNativeVectorIconFonts' from ':app:generateDebugLintReportModel' using Task#dependsOn.
      3. Declare an explicit dependency on ':app:copyReactNativeVectorIconFonts' from ':app:generateDebugLintReportModel' using Task#mustRunAfter.

@razinj razinj self-assigned this May 11, 2024
@razinj razinj closed this Jun 10, 2024
@razinj
Copy link
Owner Author

razinj commented Jun 10, 2024

Some packages aren't compatible with RN v0.74, closing this.

@razinj razinj deleted the upgrade-rn-and-packages branch June 10, 2024 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant