react-native-pager-view icon indicating copy to clipboard operation
react-native-pager-view copied to clipboard

[IOS] Unimplemented component RNCViewPager on version 7.0.0

Open moonjava2005 opened this issue 2 months ago • 5 comments

Environment

  • Platform: iOS
  • Device: Simulator
  • React-Native: 0.78.3
  • New arch: Enabled

Description

When we run and show pager, there's a red overlay with the text "Unimplemented component RNCViewPager" I have already clean all cache (DerivedData, Pods, XCode cache, build,...)

Reproducible Demo

moonjava2005 avatar Nov 13 '25 09:11 moonjava2005

same with RN 77 and react-native-pager-view

margotbignon avatar Nov 19 '25 12:11 margotbignon

Same here with rn 0.81.5 expo 54.0.25

I've tried cleaning up all the caches as suggested here https://github.com/callstack/react-native-pager-view/issues/1023 but didn't work out. Any news on that?

vendramini avatar Dec 03 '25 18:12 vendramini

I tried deleting the build cache and rebuilding the project, but it didn’t work. I also tried these versions:

"react-native-pager-view": "7.0.1", "react-native-tab-view": "4.1.1"

RN-Nitin avatar Dec 09 '25 10:12 RN-Nitin

Same issue, even after rebuilding and all.

"react-native-pager-view": "6.9.1",
"react-native-tab-view": "^4.2.0",

nehalist avatar Dec 12 '25 10:12 nehalist

I was able to make it work. This issue means that the library has not been compiled. In my case, I forgot to add it to the package.json on apps/mobile - it's a Turborepo. So when I ran pnpm install the main app didn't have the reference to the library => it didn't compile it.

vendramini avatar Dec 12 '25 11:12 vendramini

Hey, please re-test on latest version.

okwasniewski avatar Dec 22 '25 08:12 okwasniewski

work with react-native: 0.77.3 "react-native-pager-view": "6.6.1", "react-native-tab-view": "4.0.5",

dxik avatar Dec 22 '25 09:12 dxik

I still have the problem. I tried with latest version :( react-native-tab-view : 4.2.1 react-native: 0.77.0 new arch: enabled

@dxik it was with new architecture ?

mbignon-hash avatar Dec 30 '25 16:12 mbignon-hash

I had the same issue. The reason it did not work was that I had a package (SDK) which was importing this library but my example app using the package (sdk) also needed to reference the same library. Adding it to both made it work.

I don't have this issue with other packages though.

anas10 avatar Jan 08 '26 10:01 anas10