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

[BUG]: om.brentvatne.react.test.ReactVideoPackage #4223

Open
CeJo1 opened this issue Oct 7, 2024 · 5 comments
Open

[BUG]: om.brentvatne.react.test.ReactVideoPackage #4223

CeJo1 opened this issue Oct 7, 2024 · 5 comments
Labels
bug demo requested Please submit a simple app that shows the issue

Comments

@CeJo1
Copy link

CeJo1 commented Oct 7, 2024

Version

6.6.4

What platforms are you having the problem on?

Android

System Version

Sonoma 14.6.1

On what device are you experiencing the issue?

Real device, Simulator

Architecture

Old architecture

What happened?

I can't compile, I have this problem

android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:67: error: package com.brentvatne.react.test does not exist
import com.brentvatne.react.test.ReactVideoPackage;

"react-native": "0.70.15"

Reproduction Link

repository link

Reproduction

Step to reproduce this bug are:

@CeJo1 CeJo1 added the bug label Oct 7, 2024
Copy link

github-actions bot commented Oct 7, 2024

Thank you for your issue report. Please note that the following information is missing or incomplete:

  • reproduction
  • reproduction link

Please update your issue with this information to help us address it more effectively.

Note: issues without complete information have a lower priority

@KrzysztofMoch
Copy link
Member

KrzysztofMoch commented Oct 7, 2024

Can you try remove node_modules and android (by cd android && ./gradlew clean) cache and try again? I saw it once but then it resolved by it self ...

@CeJo1
Copy link
Author

CeJo1 commented Oct 7, 2024

Can you try remove node_modules and android cache and try again? I saw it once but then it resolve by it self ...

yes, I have removed everything, installed again and the error remains. I have tried many things, but what I have managed to detect is that the problem is the test class, but I don't know how to solve it.

@freeboub
Copy link
Collaborator

freeboub commented Oct 8, 2024

duplicate of #4170
BTW, we need a sample to understand and fix the issue

@freeboub freeboub added the demo requested Please submit a simple app that shows the issue label Oct 8, 2024
@arvenjadeaguilar
Copy link

Untitled

I think the issue was on the generated package list.. It imported the react-native-video as import com.brentvatne.react.test.ReactVideoPackage; instead of import com.brentvatne.react.ReactVideoPackage;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug demo requested Please submit a simple app that shows the issue
Projects
None yet
Development

No branches or pull requests

4 participants