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

RNCViewPager/RNCViewPagerComponentDescriptor.h file not found #812 how to fix this issue #822

Closed
vinamrahalgar opened this issue Apr 28, 2024 · 18 comments
Labels
Resolution: Needs Repro This issue could be improved with a demo to reproduce the issue.

Comments

@vinamrahalgar
Copy link

Environment

Description

Reproducible Demo

@MrRefactor
Copy link
Collaborator

Could you provide more context and versions used?

@troZee troZee added the Resolution: Needs Repro This issue could be improved with a demo to reproduce the issue. label Apr 29, 2024
@HunainHumail
Copy link

Having same issue in React Native 0.74 Enabling new architecture

@andresev
Copy link

andresev commented May 2, 2024

Just got this issue right now.

@andresev
Copy link

andresev commented May 2, 2024

So I was looking through the latest commits on Apr 24, some changes were made to the package.json and updated version to 6.3.1.

I reverted back to 6.3.0, and it works. In case anyone had it working before.

@vinamrahalgar
Copy link
Author

"react-native-pager-view": "^6.2.3" - I am using this version. I removed the auto upgrade the ran the project it works but very inconsistent. Facing it again and again. Didn't get permanent solution

@sriharsha-y
Copy link

sriharsha-y commented May 6, 2024

Couple of things which I noticed in 6.3.1

  • package.json doesn't include "Common" folder so npm package missing these cpp files.
  • iOS podspec doesn't have proper subspec to include these cpp files like the one which we have on v7.0-rc2
    Not sure what else is missing on Android.

@vinamrahalgar
Copy link
Author

Any idea on how to fix this?

@sriharsha-y
Copy link

sriharsha-y commented Jun 3, 2024

@vinamrahalgar we made a patch https://gist.github.com/sriharsha-y/1e847547c42254b8b33421d4edcc24f9
This works but not sure whether it's right way to do the stuff....

@vinamrahalgar
Copy link
Author

thanks

@Jackmekiss
Copy link

Same here....

@vipom
Copy link

vipom commented Jun 11, 2024

Couple of things which I noticed in 6.3.1

  • package.json doesn't include "Common" folder so npm package missing these cpp files.
  • iOS podspec doesn't have proper subspec to include these cpp files like the one which we have on v7.0-rc2
    Not sure what else is missing on Android.

All of this seems to have been fixed by merging #830 into master (but we need a new release).

@MrRefactor
Copy link
Collaborator

Fixed in 6.3.2 release

@ghoudi01
Copy link

any solution for android

@Shahrukh0396
Copy link

@MrRefactor still facing this issue on v6.3.2 using react native 0.74.2, any guess?

@MrRefactor
Copy link
Collaborator

@MrRefactor still facing this issue on v6.3.2 using react native 0.74.2, any guess?

Please use the latest release which is v6.3.3

@sebkes
Copy link

sebkes commented Jul 1, 2024

I still have this issue when using RN 0.74.2 and v6.3.3

@hapney
Copy link

hapney commented Jul 13, 2024

Console > Clear Console along with closing and reopening Xcode resolved this for me.

@Dat-Mobile
Copy link

Image

The issue is gone when I downgrade from 7.0.0-rc.2 to 6.6.1. Notice that Removing React-Codegen red line in the pod install. Then the app was built successfully

But version 6.6.1 still has issue that block the scroll when TabView inside ScrollView (#722)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Needs Repro This issue could be improved with a demo to reproduce the issue.
Projects
None yet
Development

No branches or pull requests