Skip to content

[BUG]: 0.78 compatibility #4429

Closed
Closed
@CoryWritesCode

Description

@CoryWritesCode

Version

6.10.2

What platforms are you having the problem on?

Android

System Version

15

On what device are you experiencing the issue?

Real device

Architecture

Old architecture

What happened?

1: Task failed with an exception.
-----------
* Where:
Build file '/Users/corycunningham/code/gigpro/sidegig-mobile-frontend/node_modules/@react-native/gradle-plugin/build.gradle.kts' line: 10

* What went wrong:
Script compilation errors:

  Line 10: import org.gradle.configurationcache.extensions.serviceOf
                                                           ^ Unresolved reference: serviceOf

  Line 54:           serviceOf<ModuleRegistry>()
                     ^ Unresolved reference: serviceOf

2 errors

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================

After running npm ls react-native I can see that react-native-video actually requires v0.74.2
Image

This gradle package was removed in react-native v0.75.4 facebook/react-native#46367

Reproduction Link

repository link

Reproduction

Step to reproduce this bug are:

  1. Init a new RN app
  2. Install react-native-video
  3. Attempt to build the app on android

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions