Closed
Description
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
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:
- Init a new RN app
- Install
react-native-video
- Attempt to build the app on android
Metadata
Metadata
Assignees
Type
Projects
Status
Done