Invariant Violation: requireNativeComponent: "RNCViewPager" was not found in the UIMana

Viewed 1375

I'm using react navigation's material top tabs and I'm getting this error Invariant Violation: requireNativeComponent: "RNCViewPager" was not found in the UIMana

1 Answers

After couple hours of debugging, I solved the issue but doing the following

  1. react-native start --reset-cache
  2. uninstall the app from the device
  3. react-native run-android
Related