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

RNBubbleSelectView was not found #18

Open
rgm93 opened this issue Feb 26, 2021 · 2 comments
Open

RNBubbleSelectView was not found #18

rgm93 opened this issue Feb 26, 2021 · 2 comments
Labels
invalid This doesn't seem right

Comments

@rgm93
Copy link

rgm93 commented Feb 26, 2021

Hi @jesster2k10!

I have an error when I compile my project with the library.

Invariant Violation: requireNativeComponent: "RNBubbleSelectView" was not found in the UIManager.

How can I fix it?

Captura de Pantalla 2021-02-26 a la(s) 19 38 01

@jesster2k10
Copy link
Owner

This is likely because you didn't link the library correctly.

@jesster2k10 jesster2k10 added the invalid This doesn't seem right label Apr 14, 2021
@yehee
Copy link

yehee commented Oct 27, 2021

@jesster2k10 I'm suspecting he built his app with Expo; I'm also having trouble getting the library working on my app. Specifically the error log I'm seeing is:

Invariant Violation: requireNativeComponent: "RNBubbleSelectNodeView" was not found in the UIManager.

This error is located at:
    in RNBubbleSelectNodeView (created by Bubble)
    in Bubble (created by PrefScreen)
    in RNBubbleSelectView (created by BubbleSelect)
    in BubbleSelect (created by PrefScreen)
    in PrefScreen (created by SceneView)
    in StaticContainer
    in EnsureSingleNavigator (created by SceneView)
    in SceneView (created by BottomTabView)
    in RCTView (created by View)
    in View (created by Screen)
    in RCTView (created by View)
    in View (created by Background)
    in Background (created by Screen)
    in Screen (created by BottomTabView)
    in RNSScreen (created by AnimatedComponent)
    in AnimatedComponent
    in AnimatedComponentWrapper (created by Screen)
    in Screen (created by MaybeScreen)
    in MaybeScreen (created by BottomTabView)
    in RNSScreenContainer (created by ScreenContainer)
    in ScreenContainer (created by MaybeScreenContainer)
    in MaybeScreenContainer (created by BottomTabView)
    in RCTView (created by View)
    in View (created by SafeAreaInsetsContext)
    in SafeAreaProviderCompat (created by BottomTabView)
    in BottomTabView (created by BottomTabNavigator)
    in Unknown (created by BottomTabNavigator)
    in BottomTabNavigator (created by BottomTab)
    in BottomTab (created by SceneView)
    in StaticContainer
    in EnsureSingleNavigator (created by SceneView)
    in SceneView (created by SceneView)
    in RCTView (created by View)
    in View (created by DebugContainer)
    in DebugContainer (created by MaybeNestedStack)
    in MaybeNestedStack (created by SceneView)
    in RNSScreen (created by AnimatedComponent)
    in AnimatedComponent
    in AnimatedComponentWrapper (created by Screen)
    in Screen (created by SceneView)
    in SceneView (created by NativeStackViewInner)
    in RNSScreenStack (created by NativeStackViewInner)
    in NativeStackViewInner (created by NativeStackView)
    in RNCSafeAreaProvider (created by SafeAreaProvider)
    in SafeAreaProvider (created by SafeAreaInsetsContext)
    in SafeAreaProviderCompat (created by NativeStackView)
    in NativeStackView (created by NativeStackNavigator)
    in NativeStackNavigator (created by App)
    in EnsureSingleNavigator
    in BaseNavigationContainer
    in ThemeProvider
    in NavigationContainerInner (created by App)
    in App (created by ExpoRoot)
    in ExpoRoot
    in RCTView (created by View)
    in View (created by AppContainer)
    in DevAppContainer (created by AppContainer)
    in RCTView (created by View)
    in View (created by AppContainer)
    in AppContainer
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:104:6 in reportException
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:172:19 in handleException
at node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:6 in handleError
at node_modules/expo-error-recovery/build/ErrorRecovery.fx.js:12:21 in ErrorUtils.setGlobalHandler$argument_0

I did some research and it seems like Expo projects can't link native modules using react-native link <library>. A couple of workarounds were presented here, but I'll stick with Expo for now. Thanks for the amazing work nonetheless!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants