The native view manager required by name (ExpoLinearGradient) from NativeViewManagerAdapter isn't exported by expo-modules-core. Views of this type may not render correctly. Exported view managers: [].

Please provide the following:

  1. SDK Version: Expo - 44.0.0, ExpoLinearGradient - 11.0.0
  2. Platforms(Android/iOS/web/all): Andriod/all
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Went through the install process in documentation.

Ran > expo install expo-linear-gradient --npm

Imported the component and am getting the following error when bundling:

The native view manager required by name (ExpoLinearGradient) from NativeViewManagerAdapter isn’t exported by expo-modules-core. Views of this type may not render correctly. Exported view managers: .

Sounds like I am missing something that ExpoLinearGradient needs? Not sure how to solve.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.